Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1288 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC14].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1289 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC14].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
1293 PeriphClkInit->ICSelection[RCC_IC14].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
1294 … ((PeriphClkInit->ICSelection[RCC_IC14].ClockDivider - 1U) << RCC_IC14CFGR_IC14INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
1712 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC14].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1713 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC14].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
1717 PeriphClkInit->ICSelection[RCC_IC14].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
1718 … ((PeriphClkInit->ICSelection[RCC_IC14].ClockDivider - 1U) << RCC_IC14CFGR_IC14INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
1757 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC14].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1758 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC14].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h842 #define RCC_IC14 13U /*!< IC14 source is PLL3 output by default */ macro