Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc_ex.c114 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->LCDClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
150 || (temp_reg != (PeriphClkInit->LCDClockSelection & RCC_CR_RTCPRE)) in HAL_RCCEx_PeriphCLKConfig()
170 || ((temp_reg != (PeriphClkInit->LCDClockSelection & RCC_CSR_RTCSEL)) \ in HAL_RCCEx_PeriphCLKConfig()
204 __HAL_RCC_LCD_CONFIG(PeriphClkInit->LCDClockSelection); in HAL_RCCEx_PeriphCLKConfig()
252 PeriphClkInit->LCDClockSelection = PeriphClkInit->RTCClockSelection; in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c120 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->LCDClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
154 || (temp_reg != (PeriphClkInit->LCDClockSelection & RCC_CR_RTCPRE)) in HAL_RCCEx_PeriphCLKConfig()
174 || ((temp_reg != (PeriphClkInit->LCDClockSelection & RCC_CSR_RTCSEL)) \ in HAL_RCCEx_PeriphCLKConfig()
208 __HAL_RCC_LCD_CONFIG(PeriphClkInit->LCDClockSelection); in HAL_RCCEx_PeriphCLKConfig()
339 PeriphClkInit->LCDClockSelection = PeriphClkInit->RTCClockSelection; in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc_ex.h94 uint32_t LCDClockSelection; /*!< specifies the LCD clock source. member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h183 uint32_t LCDClockSelection; /*!< specifies the LCD clock source. member