Home
last modified time | relevance | path

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

/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_rcc_ex.c121 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->LCDClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
157 || (temp_reg != (PeriphClkInit->LCDClockSelection & RCC_CR_RTCPRE)) in HAL_RCCEx_PeriphCLKConfig()
177 || ((temp_reg != (PeriphClkInit->LCDClockSelection & RCC_CSR_RTCSEL)) \ in HAL_RCCEx_PeriphCLKConfig()
332 PeriphClkInit->LCDClockSelection = PeriphClkInit->RTCClockSelection; in HAL_RCCEx_GetPeriphCLKConfig()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/
H A Dstm32l0xx_hal_rcc_ex.h185 uint32_t LCDClockSelection; /*!< specifies the LCD clock source. member