Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c241 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC10].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
242 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC10].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
246 PeriphClkInit->ICSelection[RCC_IC10].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
247 … ((PeriphClkInit->ICSelection[RCC_IC10].ClockDivider - 1U) << RCC_IC10CFGR_IC10INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
845 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC10].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
846 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC10].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
850 PeriphClkInit->ICSelection[RCC_IC10].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
851 … ((PeriphClkInit->ICSelection[RCC_IC10].ClockDivider - 1U) << RCC_IC10CFGR_IC10INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
890 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC10].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
891 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC10].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h838 #define RCC_IC10 9U /*!< IC10 source is PLL2 output by default */ macro