Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c132 .Lptim5ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c1430 assert_param(IS_RCC_LPTIM5CLK(pPeriphClkInit->Lptim5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1432 switch (pPeriphClkInit->Lptim5ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1471 __HAL_RCC_LPTIM5_CONFIG(pPeriphClkInit->Lptim5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2718 pPeriphClkInit->Lptim5ClockSelection = __HAL_RCC_GET_LPTIM5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h273 uint32_t Lptim5ClockSelection; /*!< Specifies LPTIM5 clock source. member