STM32L486xx HAL User Manual
Data Fields
SAI_SlotInitTypeDef Struct Reference

#include <stm32l4xx_hal_sai.h>

Data Fields

uint32_t FirstBitOffset
uint32_t SlotSize
uint32_t SlotNumber
uint32_t SlotActive

Detailed Description

Definition at line 218 of file stm32l4xx_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 220 of file stm32l4xx_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 229 of file stm32l4xx_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 226 of file stm32l4xx_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 223 of file stm32l4xx_hal_sai.h.

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


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