Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c717 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC12].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
718 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC12].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
722 PeriphClkInit->ICSelection[RCC_IC12].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
723 … ((PeriphClkInit->ICSelection[RCC_IC12].ClockDivider - 1U) << RCC_IC12CFGR_IC12INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h840 #define RCC_IC12 11U /*!< IC12 source is PLL3 output by default */ macro