|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RCC_SetUSARTClockSource (uint32_t USARTxSource) |
| Configure USARTx clock source. | |
| __STATIC_INLINE void | LL_RCC_SetLPUARTClockSource (uint32_t LPUARTxSource) |
| Configure LPUART1x clock source. | |
| __STATIC_INLINE void | LL_RCC_SetI2CClockSource (uint32_t I2CxSource) |
| Configure I2Cx clock source. | |
| __STATIC_INLINE void | LL_RCC_SetLPTIMClockSource (uint32_t LPTIMxSource) |
| Configure LPTIMx clock source. | |
| __STATIC_INLINE void | LL_RCC_SetSAIClockSource (uint32_t SAIxSource) |
| Configure SAIx clock source. | |
| __STATIC_INLINE void | LL_RCC_SetSDMMCClockSource (uint32_t SDMMCxSource) |
| Configure SDMMC1 clock source. | |
| __STATIC_INLINE void | LL_RCC_SetRNGClockSource (uint32_t RNGxSource) |
| Configure RNG clock source. | |
| __STATIC_INLINE void | LL_RCC_SetUSBClockSource (uint32_t USBxSource) |
| Configure USB clock source. | |
| __STATIC_INLINE void | LL_RCC_SetADCClockSource (uint32_t ADCxSource) |
| Configure ADC clock source. | |
| __STATIC_INLINE void | LL_RCC_SetSWPMIClockSource (uint32_t SWPMIxSource) |
| Configure SWPMI clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetUSARTClockSource (uint32_t USARTx) |
| Get USARTx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetLPUARTClockSource (uint32_t LPUARTx) |
| Get LPUARTx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetI2CClockSource (uint32_t I2Cx) |
| Get I2Cx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetLPTIMClockSource (uint32_t LPTIMx) |
| Get LPTIMx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetSAIClockSource (uint32_t SAIx) |
| Get SAIx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetSDMMCClockSource (uint32_t SDMMCx) |
| Get SDMMCx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetRNGClockSource (uint32_t RNGx) |
| Get RNGx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetUSBClockSource (uint32_t USBx) |
| Get USBx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetADCClockSource (uint32_t ADCx) |
| Get ADCx clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_GetSWPMIClockSource (uint32_t SPWMIx) |
| Get SWPMIx clock source. | |
| __STATIC_INLINE uint32_t LL_RCC_GetADCClockSource | ( | uint32_t | ADCx | ) |
Get ADCx clock source.
| ADCx | This parameter can be one of the following values: |
| Returned | value can be one of the following values:
|
Definition at line 3510 of file stm32l4xx_ll_rcc.h.
References LL_RCC_ADC_CLKSOURCE_NONE, and LL_RCC_ADC_CLKSOURCE_SYSCLK.
Referenced by LL_RCC_GetADCClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetI2CClockSource | ( | uint32_t | I2Cx | ) |
Get I2Cx clock source.
| I2Cx | This parameter can be one of the following values:
|
| Returned | value can be one of the following values:
|
Definition at line 3356 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetI2CClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetLPTIMClockSource | ( | uint32_t | LPTIMx | ) |
Get LPTIMx clock source.
| LPTIMx | This parameter can be one of the following values: |
| Returned | value can be one of the following values: |
Definition at line 3378 of file stm32l4xx_ll_rcc.h.
Referenced by LL_LPTIM_Disable(), and LL_RCC_GetLPTIMClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetLPUARTClockSource | ( | uint32_t | LPUARTx | ) |
Get LPUARTx clock source.
| LPUARTx | This parameter can be one of the following values: |
| Returned | value can be one of the following values: |
Definition at line 3325 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetLPUARTClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetRNGClockSource | ( | uint32_t | RNGx | ) |
Get RNGx clock source.
| RNGx | This parameter can be one of the following values: |
| Returned | value can be one of the following values:
|
Definition at line 3471 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetRNGClockFreq().
| __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 3408 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetSAIClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetSDMMCClockSource | ( | uint32_t | SDMMCx | ) |
Get SDMMCx clock source.
| SDMMCx | This parameter can be one of the following values: |
| Returned | value can be one of the following values:
|
Definition at line 3451 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetSDMMCClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetSWPMIClockSource | ( | uint32_t | SPWMIx | ) |
Get SWPMIx clock source.
| SPWMIx | This parameter can be one of the following values: |
| Returned | value can be one of the following values: |
Definition at line 3530 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetSWPMIClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetUSARTClockSource | ( | uint32_t | USARTx | ) |
Get USARTx clock source.
| USARTx | This parameter can be one of the following values: (*) value not defined in all devices. |
| Returned | value can be one of the following values:
|
Definition at line 3286 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetUSARTClockFreq().
| __STATIC_INLINE uint32_t LL_RCC_GetUSBClockSource | ( | uint32_t | USBx | ) |
Get USBx clock source.
| USBx | This parameter can be one of the following values: |
| Returned | value can be one of the following values:
|
Definition at line 3491 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetUSBClockFreq().
| __STATIC_INLINE void LL_RCC_SetADCClockSource | ( | uint32_t | ADCxSource | ) |
Configure ADC clock source.
| ADCxSource | This parameter can be one of the following values:
|
| None |
Definition at line 3153 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetI2CClockSource | ( | uint32_t | I2CxSource | ) |
Configure I2Cx clock source.
| I2CxSource | This parameter can be one of the following values:
|
| None |
Definition at line 3011 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetLPTIMClockSource | ( | uint32_t | LPTIMxSource | ) |
Configure LPTIMx clock source.
| LPTIMxSource | This parameter can be one of the following values: |
| None |
Definition at line 3031 of file stm32l4xx_ll_rcc.h.
Referenced by LL_LPTIM_Disable().
| __STATIC_INLINE void LL_RCC_SetLPUARTClockSource | ( | uint32_t | LPUARTxSource | ) |
Configure LPUART1x clock source.
| LPUARTxSource | This parameter can be one of the following values: |
| None |
Definition at line 2986 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetRNGClockSource | ( | uint32_t | RNGxSource | ) |
Configure RNG clock source.
| RNGxSource | This parameter can be one of the following values:
|
| None |
Definition at line 3115 of file stm32l4xx_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 3057 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetSDMMCClockSource | ( | uint32_t | SDMMCxSource | ) |
Configure SDMMC1 clock source.
| SDMMCxSource | This parameter can be one of the following values:
|
| None |
Definition at line 3097 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetSWPMIClockSource | ( | uint32_t | SWPMIxSource | ) |
Configure SWPMI clock source.
| SWPMIxSource | This parameter can be one of the following values: |
| None |
Definition at line 3168 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetUSARTClockSource | ( | uint32_t | USARTxSource | ) |
Configure USARTx clock source.
| USARTxSource | This parameter can be one of the following values:
|
| None |
Definition at line 2950 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_SetUSBClockSource | ( | uint32_t | USBxSource | ) |
Configure USB clock source.
| USBxSource | This parameter can be one of the following values:
|
| None |
Definition at line 3134 of file stm32l4xx_ll_rcc.h.
1.7.6.1