|
STM32F439xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RCC_SetSAIClockSource (uint32_t SAIxSource) |
| Configure SAIx clock source. | |
| __STATIC_INLINE void | LL_RCC_SetI2SClockSource (uint32_t Source) |
| Configure I2S clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetSAIClockSource (uint32_t SAIx) |
| Get SAIx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetI2SClockSource (uint32_t I2Sx) |
| Get I2S Clock Source. | |
| __STATIC_INLINE uint32_t LL_RCC_GetI2SClockSource | ( | uint32_t | I2Sx | ) |
Get I2S Clock Source.
| I2Sx | This parameter can be one of the following values:
|
| Returned | value can be one of the following values:
|
Definition at line 3897 of file stm32f4xx_ll_rcc.h.
Referenced by LL_RCC_GetI2SClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetSAIClockSource | ( | uint32_t | SAIx | ) |
Get SAIx clock source.
| SAIx | This parameter can be one of the following values:
|
| Returned | value can be one of the following values:
|
Definition at line 3761 of file stm32f4xx_ll_rcc.h.
Referenced by LL_RCC_GetSAIClockFreq().
| __STATIC_INLINE void LL_RCC_SetI2SClockSource | ( | uint32_t | Source | ) |
Configure I2S clock source.
| Source | This parameter can be one of the following values:
|
| None |
Definition at line 3612 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetSAIClockSource | ( | uint32_t | SAIxSource | ) |
Configure SAIx clock source.
| SAIxSource | This parameter can be one of the following values:
|
| None |
Definition at line 3483 of file stm32f4xx_ll_rcc.h.
1.7.6.1