MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laUpdate_RTOS Function
MPLAB® Harmony Graphics Suite
laUpdate_RTOS Function

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.

C
LIB_EXPORT void laUpdate_RTOS(
    laBool fullBlock, 
    uint32_t dt
);
MPLAB® Harmony Graphics Suite