From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Driver/html/group__sai__controls.html | 284 +++++++++++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 docs/Driver/html/group__sai__controls.html (limited to 'docs/Driver/html/group__sai__controls.html') diff --git a/docs/Driver/html/group__sai__controls.html b/docs/Driver/html/group__sai__controls.html new file mode 100644 index 0000000..69f4076 --- /dev/null +++ b/docs/Driver/html/group__sai__controls.html @@ -0,0 +1,284 @@ + + + + + +SAI Controls +CMSIS-Driver: SAI Controls + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Driver +  Version 2.6.0 +
+
Peripheral Interface for Middleware and Application Code
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
SAI Controls
+
+
+ +

Specifies controls. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Macros

#define ARM_SAI_CONFIGURE_TX   (0x01U)
 Configure Transmitter; arg1 and arg2 provide additional configuration. More...
 
#define ARM_SAI_CONFIGURE_RX   (0x02U)
 Configure Receiver; arg1 and arg2 provide additional configuration. More...
 
#define ARM_SAI_CONTROL_TX   (0x03U)
 Control Transmitter; arg1.0: 0=disable (default), 1=enable; arg1.1: mute. More...
 
#define ARM_SAI_CONTROL_RX   (0x04U)
 Control Receiver; arg1.0: 0=disable (default), 1=enable. More...
 
#define ARM_SAI_MASK_SLOTS_TX   (0x05U)
 Mask Transmitter slots; arg1 = mask (bit: 0=active, 1=inactive); all configured slots are active by default. More...
 
#define ARM_SAI_MASK_SLOTS_RX   (0x06U)
 Mask Receiver slots; arg1 = mask (bit: 0=active, 1=inactive); all configured slots are active by default. More...
 
#define ARM_SAI_ABORT_SEND   (0x07U)
 Abort ARM_SAI_Send. More...
 
#define ARM_SAI_ABORT_RECEIVE   (0x08U)
 Abort ARM_SAI_Receive. More...
 
+

Description

+

Specifies controls.

+

Macro Definition Documentation

+ +
+
+ + + + +
#define ARM_SAI_CONFIGURE_TX   (0x01U)
+
+ +

Configure Transmitter; arg1 and arg2 provide additional configuration.

+
See Also
ARM_SAI_Control
+ +
+
+ +
+
+ + + + +
#define ARM_SAI_CONFIGURE_RX   (0x02U)
+
+ +

Configure Receiver; arg1 and arg2 provide additional configuration.

+
See Also
ARM_SAI_Control
+ +
+
+ +
+
+ + + + +
#define ARM_SAI_CONTROL_TX   (0x03U)
+
+ +

Control Transmitter; arg1.0: 0=disable (default), 1=enable; arg1.1: mute.

+
See Also
ARM_SAI_Control; ARM_SAI_Send
+ +
+
+ +
+
+ + + + +
#define ARM_SAI_CONTROL_RX   (0x04U)
+
+ +

Control Receiver; arg1.0: 0=disable (default), 1=enable.

+
See Also
ARM_SAI_Control; ARM_SAI_Receive
+ +
+
+ +
+
+ + + + +
#define ARM_SAI_MASK_SLOTS_TX   (0x05U)
+
+ +

Mask Transmitter slots; arg1 = mask (bit: 0=active, 1=inactive); all configured slots are active by default.

+
See Also
ARM_SAI_Control; ARM_SAI_Send
+ +
+
+ +
+
+ + + + +
#define ARM_SAI_MASK_SLOTS_RX   (0x06U)
+
+ +

Mask Receiver slots; arg1 = mask (bit: 0=active, 1=inactive); all configured slots are active by default.

+
See Also
ARM_SAI_Control; ARM_SAI_Receive
+ +
+
+ +
+
+ + + + +
#define ARM_SAI_ABORT_SEND   (0x07U)
+
+ +

Abort ARM_SAI_Send.

+
See Also
ARM_SAI_Control; ARM_SAI_Send
+ +
+
+ +
+
+ + + + +
#define ARM_SAI_ABORT_RECEIVE   (0x08U)
+
+
+
+
+ + + + -- cgit