STM32F103xB HAL User Manual
|
Functions | |
__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 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_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 1280 of file stm32f1xx_ll_rcc.h.
Referenced by LL_RCC_GetADCClockFreq().
__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 1263 of file stm32f1xx_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 1223 of file stm32f1xx_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 1203 of file stm32f1xx_ll_rcc.h.