Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1275 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC9].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1276 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC9].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
1280 PeriphClkInit->ICSelection[RCC_IC9].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
1281 … ((PeriphClkInit->ICSelection[RCC_IC9].ClockDivider - 1U) << RCC_IC9CFGR_IC9INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
1577 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC9].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1578 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC9].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
1582 PeriphClkInit->ICSelection[RCC_IC9].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
1583 … ((PeriphClkInit->ICSelection[RCC_IC9].ClockDivider - 1U) << RCC_IC9CFGR_IC9INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
1622 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC9].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1623 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC9].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h837 #define RCC_IC9 8U /*!< IC9 source is PLL2 output by default */ macro