STM32F479xx HAL User Manual
|
Defines | |
#define | SAI_MODEMASTER_TX 0x00000000U |
#define | SAI_MODEMASTER_RX ((uint32_t)SAI_xCR1_MODE_0) |
#define | SAI_MODESLAVE_TX ((uint32_t)SAI_xCR1_MODE_1) |
#define | SAI_MODESLAVE_RX ((uint32_t)(SAI_xCR1_MODE_1 | SAI_xCR1_MODE_0)) |
#define SAI_MODEMASTER_RX ((uint32_t)SAI_xCR1_MODE_0) |
Definition at line 346 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InterruptFlag().
#define SAI_MODEMASTER_TX 0x00000000U |
Definition at line 345 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
#define SAI_MODESLAVE_RX ((uint32_t)(SAI_xCR1_MODE_1 | SAI_xCR1_MODE_0)) |
Definition at line 348 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InterruptFlag().
#define SAI_MODESLAVE_TX ((uint32_t)SAI_xCR1_MODE_1) |
Definition at line 347 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), SAI_InitPCM(), and SAI_InterruptFlag().