![]() |
Synergy Software Package User's Manual
|
#include <sf_el_gx.h>
Data Fields | |
| GX_DISPLAY * | p_display |
| Pointer to the GUIX display context. | |
| display_instance_t * | p_display_instance |
| Pointer to a display instance. | |
| display_runtime_cfg_t * | p_display_runtime_cfg |
| Pointer to a runtime display configuration. | |
| display_frame_layer_t | inherit_frame_layer |
| Configured Inherit Screen Layer. | |
| void * | p_canvas |
| Pointer to a canvas(reserved) | |
| void * | p_framebuffer_read |
| Pointer to a frame buffer (for displaying) | |
| void * | p_framebuffer_write |
| Pointer to a frame buffer (for rendering) | |
| void(* | p_callback )(sf_el_gx_callback_args_t *p_args) |
| Pointer to callback function. | |
| void * | p_context |
| Pointer to a context. | |
| TX_SEMAPHORE | semaphore |
| Semaphore for the frame buffer flip sync. | |
| bool | rendering_enable |
| Sync flag between Rendering and displaying. | |
| bool | display_list_flushed |
| Flag to show the display list is flushed. | |
| sf_el_gx_state_t | state |
| State of this module. | |
| void * | p_jpegbuffer |
| Pointer to a JPEG work buffer. | |
| uint32_t | jpegbuffer_size |
| Size of a JPEG work buffer. | |
| void * | p_sf_jpeg_decode_instance |
| Pointer to a JPEG framework instance. | |
| _Bool | dave2d_buffer_cache_enabled |
| D/AVE 2D buffer cache enabled/disabled. | |
| uint8_t | bytes_per_pixel |
| Number of bytes per pixel. | |
GUIX adaptation layer for SSP. Instance control block for the SSP GUIX adaptation framework