Gracefully shuts down the threads related to the client application and performs house keeping such as flushing logs.
Function
- void LV_SRE_Shutdown(void)
Parameters
None.
Return Values
None.
Remarks
This function should be the last API call made after all other LV_SRE API calls and needs to be called only one time per application before the application shuts down. This is used to gracefully allow threads to stop and logs and pending buffers to flush correctly.
Failure to call this may cause unexpected problems during application shutdown.
See Also