Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c135 .Lptim6ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c1486 assert_param(IS_RCC_LPTIM6CLK(pPeriphClkInit->Lptim6ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1488 switch (pPeriphClkInit->Lptim6ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1527 __HAL_RCC_LPTIM6_CONFIG(pPeriphClkInit->Lptim6ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2723 pPeriphClkInit->Lptim6ClockSelection = __HAL_RCC_GET_LPTIM6_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h278 uint32_t Lptim6ClockSelection; /*!< Specifies LPTIM6 clock source. member