Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h587 #define RCC_LPTIM1CLKSOURCE_HSI RCC_CCIPR_LPTIM1SEL_1 macro
2850 ((__SOURCE__) == RCC_LPTIM1CLKSOURCE_HSI) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc_ex.h151 ((__LPTIMCLK_) == RCC_LPTIM1CLKSOURCE_HSI) || \
433 #define RCC_LPTIM1CLKSOURCE_HSI RCC_CCIPR_LPTIM1SEL_1 macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c1884 case RCC_LPTIM1CLKSOURCE_HSI: in HAL_RCCEx_GetPeriphCLKFreq()