#include <stdbool.h>#include <stdint.h>
Include dependency graph for zaf_job_helper.h:Go to the source code of this file.
Macros | |
| #define | JOB_QUEUE_BUFFER_SIZE 4 |
Functions | |
| void | ZAF_JobHelperInit (void) |
| bool | ZAF_JobHelperJobEnqueue (uint8_t event) |
| bool | ZAF_JobHelperJobDequeue (uint8_t *pEvent) |
| uint8_t | ZAF_JobHelperGetNumberOfRemainingJobs (void) |
Wraps a FreeRTOS queue to serve the application with a simpler API for jobs.