![]() |
Synergy Software Package User's Manual
|
#include <sf_jpeg_decode.h>
Data Fields | |
| uint32_t | open |
| Indicate whether the driver is open. | |
| uint32_t | state |
| Used by driver to check if pointer to control block is valid. | |
| TX_MUTEX | mutex |
| Mutex used to protect access to lower level driver hardware. | |
| TX_EVENT_FLAGS_GROUP | events |
| Event flags used by the HAL driver to notify the framework driver of. | |
| jpeg_decode_instance_t const * | p_lower_lvl_jpeg_decode |
| Pointer to lower level instance. | |
JPEG framework instance control block. DO NOT INITIALIZE. Initialization occurs when sf_jpeg_decode_api_t::open is called.