STM32L443xx HAL User Manual
|
#include <stm32l4xx_hal_sai.h>
Data Fields | |
uint32_t | FirstBitOffset |
uint32_t | SlotSize |
uint32_t | SlotNumber |
uint32_t | SlotActive |
Definition at line 213 of file stm32l4xx_hal_sai.h.
uint32_t SAI_SlotInitTypeDef::FirstBitOffset |
Specifies the position of first data transfer bit in the slot. This parameter must be a number between Min_Data = 0 and Max_Data = 24
Definition at line 215 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
uint32_t SAI_SlotInitTypeDef::SlotActive |
Specifies the slots in audio frame that will be activated. This parameter can be a value of SAI Block Slot Active
Definition at line 224 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
uint32_t SAI_SlotInitTypeDef::SlotNumber |
Specifies the number of slot in the audio frame. This parameter must be a number between Min_Data = 1 and Max_Data = 16
Definition at line 221 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
uint32_t SAI_SlotInitTypeDef::SlotSize |
Specifies the Slot Size. This parameter can be a value of SAI Block Slot Size
Definition at line 218 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().