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.
qequeue.h File Reference
platform-independent event queue interface. More...
Go to the source code of this file.
Data Structures | |
| class | QEQueue |
| Native QF Event Queue class. More... | |
Typedefs | |
| typedef uint8_t | QEQueueCtr |
| The data type to store the ring-buffer counters based on the macro QF_EQUEUE_CTR_SIZE. | |
Detailed Description
platform-independent event queue interface.
This header file must be included in all QF ports that use native QF event queue implementation. Also, this file is needed when the "raw" thread-safe queues are used for communication between active objects and non-framework entities, such as ISRs, device drivers, or legacy code.
Definition in file qequeue.h.
Typedef Documentation
| typedef uint32_t QEQueueCtr |
Generated on Tue Jul 12 2022 20:22:36 by
1.7.2