Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c579 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC7].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
580 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC7].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
584 PeriphClkInit->ICSelection[RCC_IC7].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
585 … ((PeriphClkInit->ICSelection[RCC_IC7].ClockDivider - 1U) << RCC_IC7CFGR_IC7INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
625 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC7].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
626 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC7].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
630 PeriphClkInit->ICSelection[RCC_IC7].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
631 … ((PeriphClkInit->ICSelection[RCC_IC7].ClockDivider - 1U) << RCC_IC7CFGR_IC7INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
1352 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC7].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1353 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC7].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h835 #define RCC_IC7 6U /*!< IC7 source is PLL2 output by default */ macro