S32K144 Template v1.0.0
Boilerplate firmware project for NXP S32K144
Loading...
Searching...
No Matches
queue_t Struct Reference

#include <queue.h>

Data Fields

void * data [QUEUE_MAX_SIZE]
int front
int rear
int count

Field Documentation

◆ count

int queue_t::count

◆ data

void* queue_t::data[QUEUE_MAX_SIZE]

◆ front

int queue_t::front

◆ rear

int queue_t::rear

The documentation for this struct was generated from the following file: