Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c94 .Lptim34ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c476 assert_param(IS_RCC_LPTIM34CLK(pPeriphClkInit->Lptim34ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
477 __HAL_RCC_LPTIM34_CONFIG(pPeriphClkInit->Lptim34ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1058 pPeriphClkInit->Lptim34ClockSelection = __HAL_RCC_GET_LPTIM34_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h196 uint32_t Lptim34ClockSelection; /*!< Specifies LPTIM3 and LPTIM4 clock source. member