MPLAB® Harmony Graphics Suite
|
Type: void laUpdate_RTOS()
This function updates the active Aria library context state. It performs event processing as well as servicing of the widget paint loop.
This function may block to wait for events to process. Setting fullBlock = LA_TRUE will fully block without timeout, otherwise it won't block.
LIB_EXPORT void laUpdate_RTOS( laBool fullBlock, uint32_t dt );
MPLAB® Harmony Graphics Suite
|