Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c254 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC15].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
255 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC15].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
259 PeriphClkInit->ICSelection[RCC_IC15].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
260 … ((PeriphClkInit->ICSelection[RCC_IC15].ClockDivider - 1U) << RCC_IC15CFGR_IC15INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
858 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC15].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
859 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC15].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
863 PeriphClkInit->ICSelection[RCC_IC15].ClockSelection | \ in HAL_RCCEx_PeriphCLKConfig()
864 … ((PeriphClkInit->ICSelection[RCC_IC15].ClockDivider - 1U) << RCC_IC15CFGR_IC15INT_Pos)); in HAL_RCCEx_PeriphCLKConfig()
903 assert_param(IS_RCC_ICCLKSOURCE(PeriphClkInit->ICSelection[RCC_IC15].ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
904 assert_param(IS_RCC_ICCLKDIVIDER(PeriphClkInit->ICSelection[RCC_IC15].ClockDivider)); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h843 #define RCC_IC15 14U /*!< IC15 source is PLL3 output by default */ macro