Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h2883 #define __HAL_RCC_LPTIM345_CONFIG(__LPTIM345CLKSource__) \ macro
2886 #define __HAL_RCC_LPTIM345_CONFIG(__LPTIM345CLKSource__) \ macro
2915 #define __HAL_RCC_LPTIM3_CONFIG __HAL_RCC_LPTIM345_CONFIG
2939 #define __HAL_RCC_LPTIM4_CONFIG __HAL_RCC_LPTIM345_CONFIG
2965 #define __HAL_RCC_LPTIM5_CONFIG __HAL_RCC_LPTIM345_CONFIG
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1262 __HAL_RCC_LPTIM345_CONFIG(PeriphClkInit->Lptim345ClockSelection); in HAL_RCCEx_PeriphCLKConfig()