Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c228 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC5].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
229 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC5].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
233 PeriphClkInit->ICSelection[RCC_IC5].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
234 … ((PeriphClkInit->ICSelection[RCC_IC5].ClockDivider - 1U) << RCC_IC5CFGR_IC5INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
501 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC5].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
502 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC5].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
506 PeriphClkInit->ICSelection[RCC_IC5].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
507 … ((PeriphClkInit->ICSelection[RCC_IC5].ClockDivider - 1U) << RCC_IC5CFGR_IC5INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
546 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC5].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
547 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC5].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h833 #define RCC_IC5 4U /*!< IC5 source is PLL1 output by default */ macro