Home
last modified time | relevance | path

Searched refs:LSE_DRIVE_LEVEL (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_conf.h127 #if !defined (LSE_DRIVE_LEVEL)
128 #define LSE_DRIVE_LEVEL RCC_LSEDRIVE_MEDIUMLOW /*!< Drive level for LSE oscillator. */ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc.c435 __HAL_RCC_LSEDRIVE_CONFIG(LSE_DRIVE_LEVEL); in HAL_RCC_OscConfig()