Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c290 assert_param(IS_RCC_LPTIMCLK(PeriphClkInit->LptimClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h132 #define IS_RCC_LPTIMCLK(__LPTIMCLK_) (((__LPTIMCLK_) == RCC_LPTIM1CLKSOURCE_PCLK1) || \ macro