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

__SAI_HandleTypeDef::FrameInit field

SAI Frame configuration parameters

Examples

__SAI_HandleTypeDef::FrameInit is referenced by 6 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_sai.h:204
SAI_FrameInitTypeDef FrameInit; /*!< SAI Frame configuration parameters */
stm32f4xx_hal_sai.c:410HAL_SAI_Init()
assert_param(IS_SAI_BLOCK_FRAME_LENGTH(hsai->FrameInit.FrameLength));
stm32f4xx_hal_sai.c:411HAL_SAI_Init()
assert_param(IS_SAI_BLOCK_ACTIVE_FRAME(hsai->FrameInit.ActiveFrameLength));
stm32f4xx_hal_sai.c:412HAL_SAI_Init()
assert_param(IS_SAI_BLOCK_FS_DEFINITION(hsai->FrameInit.FSDefinition));
stm32f4xx_hal_sai.c:413HAL_SAI_Init()
assert_param(IS_SAI_BLOCK_FS_POLARITY(hsai->FrameInit.FSPolarity));
stm32f4xx_hal_sai.c:414HAL_SAI_Init()
assert_param(IS_SAI_BLOCK_FS_OFFSET(hsai->FrameInit.FSOffset));
stm32f4xx_hal_sai.c:537HAL_SAI_Init()
hsai->Instance->FRCR |= ((hsai->FrameInit.FrameLength - 1U) |
stm32f4xx_hal_sai.c:538HAL_SAI_Init()
hsai->FrameInit.FSOffset |
stm32f4xx_hal_sai.c:539HAL_SAI_Init()
hsai->FrameInit.FSDefinition |
stm32f4xx_hal_sai.c:540HAL_SAI_Init()
hsai->FrameInit.FSPolarity |
stm32f4xx_hal_sai.c:541HAL_SAI_Init()
((hsai->FrameInit.ActiveFrameLength - 1U) << 8U));
stm32f4xx_hal_sai.c:1967SAI_InitI2S()
stm32f4xx_hal_sai.c:1980SAI_InitI2S()
stm32f4xx_hal_sai.c:1981SAI_InitI2S()
stm32f4xx_hal_sai.c:1986SAI_InitI2S()
stm32f4xx_hal_sai.c:1987SAI_InitI2S()
stm32f4xx_hal_sai.c:1995SAI_InitI2S()
hsai->FrameInit.FrameLength = 32U * (nbslot / 2U);
stm32f4xx_hal_sai.c:1996SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 16U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2001SAI_InitI2S()
hsai->FrameInit.FrameLength = 64U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2002SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 32U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2007SAI_InitI2S()
hsai->FrameInit.FrameLength = 64U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2008SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 32U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2013SAI_InitI2S()
hsai->FrameInit.FrameLength = 64U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2014SAI_InitI2S()
hsai->FrameInit.ActiveFrameLength = 32U * (nbslot / 2U);
stm32f4xx_hal_sai.c:2059SAI_InitPCM()
stm32f4xx_hal_sai.c:2060SAI_InitPCM()
stm32f4xx_hal_sai.c:2061SAI_InitPCM()
stm32f4xx_hal_sai.c:2068SAI_InitPCM()
hsai->FrameInit.ActiveFrameLength = 1;
stm32f4xx_hal_sai.c:2073SAI_InitPCM()
hsai->FrameInit.ActiveFrameLength = 13;
stm32f4xx_hal_sai.c:2080SAI_InitPCM()
hsai->FrameInit.FrameLength = 16U * nbslot;
stm32f4xx_hal_sai.c:2085SAI_InitPCM()
hsai->FrameInit.FrameLength = 32U * nbslot;
stm32f4xx_hal_sai.c:2090SAI_InitPCM()
hsai->FrameInit.FrameLength = 32U * nbslot;
stm32f4xx_hal_sai.c:2095SAI_InitPCM()
hsai->FrameInit.FrameLength = 32U * nbslot;

Data Use

Functions reading __SAI_HandleTypeDef::FrameInit
__SAI_HandleTypeDef::FrameInit
Type of __SAI_HandleTypeDef::FrameInit
__SAI_HandleTypeDef::FrameInit
all items filtered out