Home
last modified time | relevance | path

Searched refs:LtdcClockSelection (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1157 assert_param(IS_RCC_LTDCCLKSOURCE(pPeriphClkInit->LtdcClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1159 switch (pPeriphClkInit->LtdcClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1181 __HAL_RCC_LTDC_CONFIG(pPeriphClkInit->LtdcClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1469 pPeriphClkInit->LtdcClockSelection = __HAL_RCC_GET_LTDC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c735 assert_param(IS_RCC_LTDCCLKSOURCE(PeriphClkInit->LtdcClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
756 __HAL_RCC_LTDC_CONFIG(PeriphClkInit->LtdcClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1059 PeriphClkInit->LtdcClockSelection = __HAL_RCC_GET_LTDC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1315 assert_param(IS_RCC_LTDCCLKSOURCE(PeriphClkInit->LtdcClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1317 if (PeriphClkInit->LtdcClockSelection == RCC_LTDCCLKSOURCE_IC16) in HAL_RCCEx_PeriphCLKConfig()
1330 else if (PeriphClkInit->LtdcClockSelection == RCC_LTDCCLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
1340 __HAL_RCC_LTDC_CONFIG(PeriphClkInit->LtdcClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2474 PeriphClkInit->LtdcClockSelection = __HAL_RCC_GET_LTDC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h104 uint32_t LtdcClockSelection; /*!< Specifies LPUART1 clock source member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h271 uint32_t LtdcClockSelection; /*!< Specifies LTDC clock source. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h987 uint32_t LtdcClockSelection; /*!< Specifies LPUART1 clock source. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1448 PeriphClkInit->LtdcClockSelection = __HAL_RCC_GET_LTDC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h247 uint32_t LtdcClockSelection; /*!< Specifies LTDC clock source. member