Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1320 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC16].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1321 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC16].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
1325 PeriphClkInit->ICSelection[RCC_IC16].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
1326 … ((PeriphClkInit->ICSelection[RCC_IC16].ClockDivider - 1U) << RCC_IC16CFGR_IC16INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h844 #define RCC_IC16 15U /*!< IC16 source is PLL4 output by default */ macro