HAL + 0/6 examples
CodeScope will show references to SAI_FrameInitTypeDef::ActiveFrameLength from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
STM32469I_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSAI_FrameInitTypeDef::ActiveFrameLength

SAI_FrameInitTypeDef::ActiveFrameLength field

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

Syntax

uint32_t ActiveFrameLength;

Examples

SAI_FrameInitTypeDef::ActiveFrameLength is referenced by 6 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_sai.h:152
uint32_t ActiveFrameLength; /*!< Specifies the Frame synchronization active level length.
stm32f4xx_hal_sai.c:411HAL_SAI_Init()
assert_param(IS_SAI_BLOCK_ACTIVE_FRAME(hsai->FrameInit.ActiveFrameLength));
stm32f4xx_hal_sai.c:541HAL_SAI_Init()
((hsai->FrameInit.ActiveFrameLength - 1U) << 8U));
stm32f4xx_hal_sai.c:1996SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 16U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2002SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 32U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2008SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 32U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2014SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 32U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2068SAI_InitPCM()
hsai->FrameInit.ActiveFrameLength = 1;
stm32f4xx_hal_sai.c:2073SAI_InitPCM()
hsai->FrameInit.ActiveFrameLength = 13;

Data Use

Functions writing SAI_FrameInitTypeDef::ActiveFrameLength
Functions reading SAI_FrameInitTypeDef::ActiveFrameLength
all items filtered out
SAI_FrameInitTypeDef::ActiveFrameLength
all items filtered out
Type of SAI_FrameInitTypeDef::ActiveFrameLength
SAI_FrameInitTypeDef::ActiveFrameLength
uint32_t
all items filtered out