STM32F439xx HAL User Manual
Defines
SAI Block Slot Active
SAI Exported Constants

Defines

#define SAI_SLOT_NOTACTIVE   0x00000000U
#define SAI_SLOTACTIVE_0   0x00000001U
#define SAI_SLOTACTIVE_1   0x00000002U
#define SAI_SLOTACTIVE_2   0x00000004U
#define SAI_SLOTACTIVE_3   0x00000008U
#define SAI_SLOTACTIVE_4   0x00000010U
#define SAI_SLOTACTIVE_5   0x00000020U
#define SAI_SLOTACTIVE_6   0x00000040U
#define SAI_SLOTACTIVE_7   0x00000080U
#define SAI_SLOTACTIVE_8   0x00000100U
#define SAI_SLOTACTIVE_9   0x00000200U
#define SAI_SLOTACTIVE_10   0x00000400U
#define SAI_SLOTACTIVE_11   0x00000800U
#define SAI_SLOTACTIVE_12   0x00001000U
#define SAI_SLOTACTIVE_13   0x00002000U
#define SAI_SLOTACTIVE_14   0x00004000U
#define SAI_SLOTACTIVE_15   0x00008000U
#define SAI_SLOTACTIVE_ALL   0x0000FFFFU

Define Documentation

#define SAI_SLOT_NOTACTIVE   0x00000000U

Definition at line 443 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_0   0x00000001U

Definition at line 444 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_1   0x00000002U

Definition at line 445 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_10   0x00000400U

Definition at line 454 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_11   0x00000800U

Definition at line 455 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_12   0x00001000U

Definition at line 456 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_13   0x00002000U

Definition at line 457 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_14   0x00004000U

Definition at line 458 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_15   0x00008000U

Definition at line 459 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_2   0x00000004U

Definition at line 446 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_3   0x00000008U

Definition at line 447 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_4   0x00000010U

Definition at line 448 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_5   0x00000020U

Definition at line 449 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_6   0x00000040U

Definition at line 450 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_7   0x00000080U

Definition at line 451 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_8   0x00000100U

Definition at line 452 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_9   0x00000200U

Definition at line 453 of file stm32f4xx_hal_sai.h.

#define SAI_SLOTACTIVE_ALL   0x0000FFFFU

Definition at line 460 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().