lv_draw_sw_private.h
API reference for lv_draw_sw_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_draw_sw.h
Summary
Structs
struct
lv_draw_sw_thread_dsc_t
| Member | Type | Description |
|---|---|---|
task_act | lv_draw_task_t *volatile | |
thread | lv_thread_t | |
new_task_sync | lv_thread_sync_t | |
task_done_sync | lv_thread_sync_t | |
draw_unit | lv_draw_unit_t * | |
idx | uint32_t | |
exit_status | volatile bool |
struct
_lv_draw_sw_unit_t
| Member | Type | Description |
|---|---|---|
base_unit | lv_draw_unit_t | |
thread_dscs | lv_draw_sw_thread_dsc_t[1] |
Dependencies
Last updated on