Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lptim.c1471 if(__HAL_LPTIM_GET_FLAG(hlptim, LPTIM_FLAG_UP) != RESET) in HAL_LPTIM_IRQHandler()
1476 __HAL_LPTIM_CLEAR_FLAG(hlptim, LPTIM_FLAG_UP); in HAL_LPTIM_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lptim.h359 #define LPTIM_FLAG_UP LPTIM_ISR_UP macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lptim.h371 #define LPTIM_FLAG_UP LPTIM_ISR_UP macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c1717 if(__HAL_LPTIM_GET_FLAG(hlptim, LPTIM_FLAG_UP) != RESET) in HAL_LPTIM_IRQHandler()
1722 __HAL_LPTIM_CLEAR_FLAG(hlptim, LPTIM_FLAG_UP); in HAL_LPTIM_IRQHandler()