Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c1206 assert_param(IS_RCC_LPTIM4CLKSOURCE(PeriphClkInit->Lptim4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1208 if (PeriphClkInit->Lptim4ClockSelection == RCC_LPTIM4CLKSOURCE_IC15) in HAL_RCCEx_PeriphCLKConfig()
1221 else if (PeriphClkInit->Lptim4ClockSelection == RCC_LPTIM4CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
1231 __HAL_RCC_LPTIM4_CONFIG(PeriphClkInit->Lptim4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2468 PeriphClkInit->Lptim4ClockSelection = __HAL_RCC_GET_LPTIM4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1370 assert_param(IS_RCC_LPTIM4CLK(pPeriphClkInit->Lptim4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1372 switch (pPeriphClkInit->Lptim4ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1411 __HAL_RCC_LPTIM4_CONFIG(pPeriphClkInit->Lptim4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2662 pPeriphClkInit->Lptim4ClockSelection = __HAL_RCC_GET_LPTIM4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h978 uint32_t Lptim4ClockSelection; /*!< Specifies LPTIM4 clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h267 uint32_t Lptim4ClockSelection; /*!< Specifies LPTIM4 clock source. member