STM32F4xx_HAL_Driver
1.8.3
|
SAI Block Slot Init Structure definition. More...
Data Structures | |
struct | SAI_SlotInitTypeDef |
SAI Block Slot Init Structure definition.
struct SAI_SlotInitTypeDef |
Definition at line 176 of file stm32f4xx_hal_sai.h.
Data Fields | ||
---|---|---|
uint32_t | 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 |
uint32_t | SlotActive |
Specifies the slots in audio frame that will be activated. This parameter can be a value of SAI Block Slot Active |
uint32_t | SlotNumber |
Specifies the number of slot in the audio frame. This parameter must be a number between Min_Data = 1 and Max_Data = 16 |
uint32_t | SlotSize |
Specifies the Slot Size. This parameter can be a value of SAI Block Slot Size |