added debugging

Fork of BLE_nRF8001 by RedBearLab

Embed: (wiki syntax)

« Back to documentation index

aci_queue_t Struct Reference

aci_queue_t Struct Reference
[aci_queue]

Data type for queue of data packets to send/receive from radio. More...

#include <aci_queue.h>


Detailed Description

Data type for queue of data packets to send/receive from radio.

A FIFO queue is maintained for packets. New packets are added (enqueued) at the tail and taken (dequeued) from the head. The head variable is the index of the next packet to dequeue while the tail variable is the index of where the next packet should be queued.

Definition at line 52 of file aci_queue.h.