Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c321 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC4].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
322 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC4].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
326 PeriphClkInit->ICSelection[RCC_IC4].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
327 … ((PeriphClkInit->ICSelection[RCC_IC4].ClockDivider - 1U) << RCC_IC4CFGR_IC4INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
366 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC4].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
367 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC4].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
371 PeriphClkInit->ICSelection[RCC_IC4].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
372 … ((PeriphClkInit->ICSelection[RCC_IC4].ClockDivider - 1U) << RCC_IC4CFGR_IC4INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
411 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC4].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
412 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC4].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h832 #define RCC_IC4 3U /*!< IC4 source is PLL1 output by default */ macro