Home
last modified time | relevance | path

Searched refs:I3c2ClockSelection (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1065 assert_param(IS_RCC_I3C2CLKSOURCE(PeriphClkInit->I3c2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1067 if (PeriphClkInit->I3c2ClockSelection == RCC_I3C2CLKSOURCE_IC10) in HAL_RCCEx_PeriphCLKConfig()
1080 else if (PeriphClkInit->I3c2ClockSelection == RCC_I3C2CLKSOURCE_IC15) in HAL_RCCEx_PeriphCLKConfig()
1093 else if (PeriphClkInit->I3c2ClockSelection == RCC_I3C2CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
1103 __HAL_RCC_I3C2_CONFIG(PeriphClkInit->I3c2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2460 PeriphClkInit->I3c2ClockSelection = __HAL_RCC_GET_I3C2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1145 assert_param(IS_RCC_I3C2CLKSOURCE(pPeriphClkInit->I3c2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1147 switch (pPeriphClkInit->I3c2ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1177 __HAL_RCC_I3C2_CONFIG(pPeriphClkInit->I3c2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2646 pPeriphClkInit->I3c2ClockSelection = __HAL_RCC_GET_I3C2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h966 uint32_t I3c2ClockSelection; /*!< Specifies I3C2 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h251 uint32_t I3c2ClockSelection; /*!< Specifies I3C2 clock source. member