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.
Internal (package scope) QS/C++ interface. More...
Go to the source code of this file.
Typedefs | |
| typedef uint16_t | QSCtr |
| QS ring buffer counter and offset type. | |
Variables | |
| uint8_t * | QS_ring_ |
| pointer to the start of the ring buffer | |
| QSCtr | QS_end_ |
| offset of the end of the ring buffer | |
| QSCtr | QS_head_ |
| offset to where next byte will be inserted | |
| QSCtr | QS_tail_ |
| offset of where next event will be extracted | |
| QSCtr | QS_used_ |
| number of bytes currently in the ring buffer | |
| uint8_t | QS_seq_ |
| the record sequence number | |
| uint8_t | QS_chksum_ |
| the checksum of the current record | |
| uint8_t | QS_full_ |
| the ring buffer is temporarily full | |
Detailed Description
Internal (package scope) QS/C++ interface.
Definition in file qs_pkg.h.
Typedef Documentation
| typedef uint16_t QSCtr |
Variable Documentation
| uint8_t QS_chksum_ |
Generated on Tue Jul 12 2022 20:22:36 by
1.7.2