STM32L443xx HAL User Manual
|
#include <stm32l4xx_hal_sai.h>
Data Fields | |
uint32_t | FrameLength |
uint32_t | ActiveFrameLength |
uint32_t | FSDefinition |
uint32_t | FSPolarity |
uint32_t | FSOffset |
Definition at line 179 of file stm32l4xx_hal_sai.h.
Specifies the Frame synchronization active level length. This Parameter specifies the length in number of bit clock (SCK + 1) of the active level of FS signal in audio frame. This parameter must be a number between Min_Data = 1 and Max_Data = 128
Definition at line 188 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
uint32_t SAI_FrameInitTypeDef::FrameLength |
Specifies the Frame length, the number of SCK clocks for each audio frame. This parameter must be a number between Min_Data = 8 and Max_Data = 256.
Definition at line 182 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
uint32_t SAI_FrameInitTypeDef::FSDefinition |
Specifies the Frame synchronization definition. This parameter can be a value of SAI Block FS Definition
Definition at line 193 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
uint32_t SAI_FrameInitTypeDef::FSOffset |
Specifies the Frame synchronization Offset. This parameter can be a value of SAI Block FS Offset
Definition at line 199 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().
uint32_t SAI_FrameInitTypeDef::FSPolarity |
Specifies the Frame synchronization Polarity. This parameter can be a value of SAI Block FS Polarity
Definition at line 196 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), SAI_InitI2S(), and SAI_InitPCM().