|
HidEvent | eventFifoOverflow |
|
uint8_t | evtq_elementSize |
| Maximum size of elements. Provided during construction.
|
|
uint8_t | evtq_maxNumElements |
| Maximum number of elements that can be placed in the queue. Provided during construction.
|
|
uint8_t * | evtq_bufStart |
| Location where the queue starts. Provided during construction.
|
|
uint8_t | evtq_curNumElements |
| Number of elements currently in the queue.
|
|
uint8_t | evtq_readIndex |
| Read index into the queue.
|
|
uint8_t | evtq_writeIndex |
| Write index into the queue.
|
|
The documentation for this struct was generated from the following file: