Home
last modified time | relevance | path

Searched refs:CecClockSelection (Results 1 – 16 of 16) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c247 assert_param(IS_RCC_CECCLKSOURCE(PeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
250 __HAL_RCC_CEC_CONFIG(PeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
306 PeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h440 uint32_t CecClockSelection; /*!< HDMI CEC clock source member
464 uint32_t CecClockSelection; /*!< HDMI CEC clock source member
488 uint32_t CecClockSelection; /*!< HDMI CEC clock source member
512 uint32_t CecClockSelection; /*!< HDMI CEC clock source member
543 uint32_t CecClockSelection; /*!< HDMI CEC clock source member
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c487 assert_param(IS_RCC_CECCLKSOURCE(PeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
490 __HAL_RCC_CEC_CONFIG(PeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
746 PeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c343 assert_param(IS_RCC_CECCLKSOURCE(PeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
346 __HAL_RCC_CEC_CONFIG(PeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
564 PeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c371 assert_param(IS_RCC_CECCLKSOURCE(PeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
374 __HAL_RCC_CEC_CONFIG(PeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
763 PeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1497 assert_param(IS_RCC_CECCLKSOURCE(PeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1499 __HAL_RCC_CEC_CONFIG(PeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1969 PeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1571 assert_param(IS_RCC_CECCLKSOURCE(PeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1574 __HAL_RCC_CEC_CONFIG(PeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1831 PeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c254 assert_param(IS_RCC_CECCLKSOURCE(PeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
257 __HAL_RCC_CEC_CONFIG(PeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
533 PeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2434 assert_param(IS_RCC_CECCLKSOURCE(pPeriphClkInit->CecClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2437 __HAL_RCC_CEC_CONFIG(pPeriphClkInit->CecClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2744 pPeriphClkInit->CecClockSelection = __HAL_RCC_GET_CEC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h102 uint32_t CecClockSelection; /*!< Specifies CEC Clock clock source member
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h891 uint32_t CecClockSelection; /*!< HDMI CEC clock source member
930 uint32_t CecClockSelection; /*!< HDMI CEC clock source member
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h183 uint32_t CecClockSelection; /*!< Specifies CEC clock source member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h345 uint32_t CecClockSelection; /*!< Specifies CEC clock source. member
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h239 uint32_t CecClockSelection; /*!< Specifies CEC clock source member
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h200 uint32_t CecClockSelection; /*!< CEC clock source member
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h158 uint32_t CecClockSelection; /*!< Specifies CEC Clock Source Selection. member