#include <stm32f7xx_hal_sai.h>
Public Attributes | |
uint32_t | FirstBitOffset |
uint32_t | SlotActive |
uint32_t | SlotNumber |
uint32_t | SlotSize |
Definition at line 169 of file stm32f7xx_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 171 of file stm32f7xx_hal_sai.h.
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 180 of file stm32f7xx_hal_sai.h.
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 177 of file stm32f7xx_hal_sai.h.
uint32_t SAI_SlotInitTypeDef::SlotSize |
Specifies the Slot Size. This parameter can be a value of SAI Block Slot Size
Definition at line 174 of file stm32f7xx_hal_sai.h.