Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1020 assert_param(IS_RCC_I3C1CLKSOURCE(PeriphClkInit->I3c1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1022 if (PeriphClkInit->I3c1ClockSelection == RCC_I3C1CLKSOURCE_IC10) in HAL_RCCEx_PeriphCLKConfig()
1035 else if (PeriphClkInit->I3c1ClockSelection == RCC_I3C1CLKSOURCE_IC15) in HAL_RCCEx_PeriphCLKConfig()
1048 else if (PeriphClkInit->I3c1ClockSelection == RCC_I3C1CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
1058 __HAL_RCC_I3C1_CONFIG(PeriphClkInit->I3c1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2458 PeriphClkInit->I3c1ClockSelection = __HAL_RCC_GET_I3C1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1098 assert_param(IS_RCC_I3C1CLKSOURCE(pPeriphClkInit->I3c1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1100 switch (pPeriphClkInit->I3c1ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1131 __HAL_RCC_I3C1_CONFIG(pPeriphClkInit->I3c1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2642 pPeriphClkInit->I3c1ClockSelection = __HAL_RCC_GET_I3C1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h963 uint32_t I3c1ClockSelection; /*!< Specifies I3C1 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h247 uint32_t I3c1ClockSelection; /*!< Specifies I3C1 clock source. member