Home
last modified time | relevance | path

Searched refs:HSE_TIMEOUT_VALUE (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c337 if((HAL_GetTick() - tickstart ) > HSE_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
351 if((HAL_GetTick() - tickstart ) > HSE_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c87 #define HSE_TIMEOUT_VALUE HSE_STARTUP_TIMEOUT macro
569 if((HAL_GetTick() - tickstart) > HSE_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
583 if((HAL_GetTick() - tickstart) > HSE_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c368 if((HAL_GetTick() - tickstart ) > HSE_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
382 if((HAL_GetTick() - tickstart ) > HSE_TIMEOUT_VALUE) in HAL_RCC_OscConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc.h68 #define HSE_TIMEOUT_VALUE HSE_STARTUP_TIMEOUT macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rcc.h68 #define HSE_TIMEOUT_VALUE HSE_STARTUP_TIMEOUT macro