HAL + 0/6 examples
CodeScope will show references to SAI_InitTypeDef::ClockSource 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_InitTypeDef::ClockSource

SAI_InitTypeDef::ClockSource field

Specifies the SAI Block x Clock source. This parameter is not used for STM32F446xx devices.

Syntax

uint32_t ClockSource;

Examples

SAI_InitTypeDef::ClockSource is referenced by 6 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_sai.h:100
uint32_t ClockSource; /*!< Specifies the SAI Block x Clock source.
stm32f4xx_hal_sai_ex.c:181SAI_GetInputClock()
assert_param(IS_SAI_CLK_SOURCE(hsai->Init.ClockSource));
stm32f4xx_hal_sai_ex.c:186SAI_GetInputClock()
__HAL_RCC_SAI_BLOCKACLKSOURCE_CONFIG(hsai->Init.ClockSource);
stm32f4xx_hal_sai_ex.c:190SAI_GetInputClock()
__HAL_RCC_SAI_BLOCKBCLKSOURCE_CONFIG((uint32_t)(hsai->Init.ClockSource << 2U));
stm32f4xx_hal_sai_ex.c:206SAI_GetInputClock()
if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLR)
stm32f4xx_hal_sai_ex.c:221SAI_GetInputClock()
else if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLI2S)
stm32f4xx_hal_sai_ex.c:234SAI_GetInputClock()
else if (hsai->Init.ClockSource == SAI_CLKSOURCE_HS)
stm32f4xx_hal_sai_ex.c:253SAI_GetInputClock()
if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLSAI)
stm32f4xx_hal_sai_ex.c:267SAI_GetInputClock()
else if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLI2S)

Data Use

Functions reading SAI_InitTypeDef::ClockSource
SAI_InitTypeDef::ClockSource
all items filtered out
Type of SAI_InitTypeDef::ClockSource
SAI_InitTypeDef::ClockSource
uint32_t
all items filtered out