Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: nRF8001_SimpleChat nRF8001_SimpleControls mbed_BLE2 mbed_BLEtry2 ... more
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.
Generated on Tue Jul 12 2022 18:13:45 by
 1.7.2