Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_exti.c377 hexti->PendingCallback = pPendingCbfn; in HAL_EXTI_RegisterCallback()
451 if (hexti->PendingCallback != NULL) in HAL_EXTI_IRQHandler()
453 hexti->PendingCallback(); in HAL_EXTI_IRQHandler()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_exti.h56 void (* PendingCallback)(void); /*!< Exti pending callback */ member

Completed in 7 milliseconds