|
STM32L443xx HAL User Manual
|
Defines | |
| #define | RCC_HSI48_OFF 0x00000000U |
| #define | RCC_HSI48_ON RCC_CRRCR_HSI48ON |
| #define RCC_HSI48_OFF 0x00000000U |
HSI48 clock deactivation
Definition at line 252 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
| #define RCC_HSI48_ON RCC_CRRCR_HSI48ON |
HSI48 clock activation
Definition at line 253 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig().
1.7.6.1