CMSIS-Driver
Version 2.04
Peripheral Interface for Middleware and Application Code
|
Defines Transmitter/Receiver protocol. More...
Macros | |
#define | ARM_SAI_PROTOCOL_USER (0U << ARM_SAI_PROTOCOL_Pos) |
User defined (default) | |
#define | ARM_SAI_PROTOCOL_I2S (1U << ARM_SAI_PROTOCOL_Pos) |
I2S. | |
#define | ARM_SAI_PROTOCOL_MSB_JUSTIFIED (2U << ARM_SAI_PROTOCOL_Pos) |
MSB (left) justified. | |
#define | ARM_SAI_PROTOCOL_LSB_JUSTIFIED (3U << ARM_SAI_PROTOCOL_Pos) |
LSB (right) justified. | |
#define | ARM_SAI_PROTOCOL_PCM_SHORT (4U << ARM_SAI_PROTOCOL_Pos) |
PCM with short frame. | |
#define | ARM_SAI_PROTOCOL_PCM_LONG (5U << ARM_SAI_PROTOCOL_Pos) |
PCM with long frame. | |
#define | ARM_SAI_PROTOCOL_AC97 (6U << ARM_SAI_PROTOCOL_Pos) |
AC'97. | |
Defines Transmitter/Receiver protocol.
#define ARM_SAI_PROTOCOL_USER (0U << ARM_SAI_PROTOCOL_Pos) |
User defined (default)
#define ARM_SAI_PROTOCOL_I2S (1U << ARM_SAI_PROTOCOL_Pos) |
I2S.
#define ARM_SAI_PROTOCOL_MSB_JUSTIFIED (2U << ARM_SAI_PROTOCOL_Pos) |
MSB (left) justified.
#define ARM_SAI_PROTOCOL_LSB_JUSTIFIED (3U << ARM_SAI_PROTOCOL_Pos) |
LSB (right) justified.
#define ARM_SAI_PROTOCOL_PCM_SHORT (4U << ARM_SAI_PROTOCOL_Pos) |
PCM with short frame.
#define ARM_SAI_PROTOCOL_PCM_LONG (5U << ARM_SAI_PROTOCOL_Pos) |
PCM with long frame.
#define ARM_SAI_PROTOCOL_AC97 (6U << ARM_SAI_PROTOCOL_Pos) |
AC'97.