STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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_TX 0x00000000U |
#include <stm32f4xx_hal_sai.h>
Definition at line 344 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
#define SAI_MODEMASTER_RX ((uint32_t)SAI_xCR1_MODE_0) |
#include <stm32f4xx_hal_sai.h>
Definition at line 345 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InterruptFlag().
#define SAI_MODESLAVE_TX ((uint32_t)SAI_xCR1_MODE_1) |
#include <stm32f4xx_hal_sai.h>
Definition at line 346 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), SAI_InitPCM(), and SAI_InterruptFlag().
#define SAI_MODESLAVE_RX ((uint32_t)(SAI_xCR1_MODE_1 | SAI_xCR1_MODE_0)) |
#include <stm32f4xx_hal_sai.h>
Definition at line 347 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InterruptFlag().