STM32L486xx 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 529 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_0   0x00000001U

Definition at line 530 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_1   0x00000002U

Definition at line 531 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_10   0x00000400U

Definition at line 540 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_11   0x00000800U

Definition at line 541 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_12   0x00001000U

Definition at line 542 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_13   0x00002000U

Definition at line 543 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_14   0x00004000U

Definition at line 544 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_15   0x00008000U

Definition at line 545 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_2   0x00000004U

Definition at line 532 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_3   0x00000008U

Definition at line 533 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_4   0x00000010U

Definition at line 534 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_5   0x00000020U

Definition at line 535 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_6   0x00000040U

Definition at line 536 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_7   0x00000080U

Definition at line 537 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_8   0x00000100U

Definition at line 538 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_9   0x00000200U

Definition at line 539 of file stm32l4xx_hal_sai.h.

#define SAI_SLOTACTIVE_ALL   0x0000FFFFU

Definition at line 546 of file stm32l4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().