Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1238 assert_param(IS_RCC_LPTIM5CLKSOURCE(PeriphClkInit->Lptim5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1240 if (PeriphClkInit->Lptim5ClockSelection == RCC_LPTIM5CLKSOURCE_IC15) in HAL_RCCEx_PeriphCLKConfig()
1253 else if (PeriphClkInit->Lptim5ClockSelection == RCC_LPTIM5CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
1263 __HAL_RCC_LPTIM5_CONFIG(PeriphClkInit->Lptim5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2470 PeriphClkInit->Lptim5ClockSelection = __HAL_RCC_GET_LPTIM5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1426 assert_param(IS_RCC_LPTIM5CLK(pPeriphClkInit->Lptim5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1428 switch (pPeriphClkInit->Lptim5ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1467 __HAL_RCC_LPTIM5_CONFIG(pPeriphClkInit->Lptim5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2667 pPeriphClkInit->Lptim5ClockSelection = __HAL_RCC_GET_LPTIM5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h981 uint32_t Lptim5ClockSelection; /*!< Specifies LPTIM5 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h272 uint32_t Lptim5ClockSelection; /*!< Specifies LPTIM5 clock source. member