Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c308 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC3].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
309 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC3].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
313 PeriphClkInit->ICSelection[RCC_IC3].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
314 … ((PeriphClkInit->ICSelection[RCC_IC3].ClockDivider - 1U) << RCC_IC3CFGR_IC3INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
353 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC3].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
354 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC3].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
358 PeriphClkInit->ICSelection[RCC_IC3].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
359 … ((PeriphClkInit->ICSelection[RCC_IC3].ClockDivider - 1U) << RCC_IC3CFGR_IC3INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
398 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC3].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
399 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC3].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h831 #define RCC_IC3 2U /*!< IC3 source is PLL1 output by default */ macro