Home
last modified time | relevance | path

Searched refs:HAL_InitTick (Results 1 – 10 of 10) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal.c166 HAL_InitTick(TICK_INT_PRIORITY); in HAL_Init()
238 __weak HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) in HAL_InitTick() function
Dstm32l1xx_hal_rcc.c477 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()
900 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal.c182 HAL_InitTick(TICK_INT_PRIORITY); in HAL_Init()
258 __weak HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) in HAL_InitTick() function
Dstm32l0xx_hal_rcc.c508 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()
976 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal.c191 if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_Init()
273 __weak HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) in HAL_InitTick() function
Dstm32l4xx_hal_timebase_tim_template.c86 HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) in HAL_InitTick() function
Dstm32l4xx_hal_rcc.c310 if(HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_RCC_DeInit()
489 status = HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()
1221 status = HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal.h376 HAL_StatusTypeDef HAL_InitTick (uint32_t TickPriority);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal.h594 HAL_StatusTypeDef HAL_InitTick (uint32_t TickPriority);
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal.h913 HAL_StatusTypeDef HAL_InitTick (uint32_t TickPriority);