Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c267 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC19].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
268 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC19].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
272 PeriphClkInit->ICSelection[RCC_IC19].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
273 … ((PeriphClkInit->ICSelection[RCC_IC19].ClockDivider - 1U) << RCC_IC19CFGR_IC19INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
813 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC19].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
814 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC19].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
818 PeriphClkInit->ICSelection[RCC_IC19].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
819 … ((PeriphClkInit->ICSelection[RCC_IC19].ClockDivider - 1U) << RCC_IC19CFGR_IC19INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h847 #define RCC_IC19 18U /*!< IC19 source is PLL4 output by default */ macro