STM32F439xx HAL User Manual
Data Fields
SAI_SlotInitTypeDef Struct Reference

#include <stm32f4xx_hal_sai.h>

Data Fields

uint32_t FirstBitOffset
uint32_t SlotSize
uint32_t SlotNumber
uint32_t SlotActive

Detailed Description

Definition at line 189 of file stm32f4xx_hal_sai.h.


Field Documentation

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 191 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().

Specifies the slots in audio frame that will be activated. This parameter can be a value of SAI Block Slot Active

Definition at line 200 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().

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 197 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().

Specifies the Slot Size. This parameter can be a value of SAI Block Slot Size

Definition at line 194 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().


The documentation for this struct was generated from the following file: