|
STM32G474xx HAL User Manual
|
Defines | |
| #define | RCC_LSI_OFF 0x00000000U |
| #define | RCC_LSI_ON RCC_CSR_LSION |
| #define RCC_LSI_OFF 0x00000000U |
LSI clock deactivation
Definition at line 187 of file stm32g4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
| #define RCC_LSI_ON RCC_CSR_LSION |
LSI clock activation
Definition at line 188 of file stm32g4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig().
1.7.6.1