MPLAB® Harmony Graphics Suite
|
Enumeration: laEventResult
typedef enum laEventResult_t { LA_EVENT_HANDLED, LA_EVENT_DEFERRED, LA_EVENT_RESET_QUEUE } laEventResult;
Members |
Description |
LA_EVENT_HANDLED |
the event was handled |
LA_EVENT_DEFERRED |
the event needs to wait |
LA_EVENT_RESET_QUEUE |
the entire event queue should be flushed and reset |
MPLAB® Harmony Graphics Suite
|