Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c592 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC8].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
593 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC8].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
597 PeriphClkInit->ICSelection[RCC_IC8].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
598 … ((PeriphClkInit->ICSelection[RCC_IC8].ClockDivider - 1U) << RCC_IC8CFGR_IC8INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
638 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC8].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
639 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC8].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
643 PeriphClkInit->ICSelection[RCC_IC8].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
644 … ((PeriphClkInit->ICSelection[RCC_IC8].ClockDivider - 1U) << RCC_IC8CFGR_IC8INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
1365 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC8].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1366 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC8].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h836 #define RCC_IC8 7U /*!< IC8 source is PLL2 output by default */ macro