Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_exti.c461 hexti->PendingCallback = pPendingCbfn; in HAL_EXTI_RegisterCallback()
542 if (hexti->PendingCallback != NULL) in HAL_EXTI_IRQHandler()
544 hexti->PendingCallback(); in HAL_EXTI_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_exti.h75 void (* PendingCallback)(void); /*!< Exti pending callback */ member