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.
qs.cpp File Reference
QS internal variables definitions and core QS functions implementations. More...
Go to the source code of this file.
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
QS internal variables definitions and core QS functions implementations.
Definition in file qs.cpp.
Variable Documentation
| uint8_t QS_chksum_ |
Generated on Tue Jul 12 2022 20:22:36 by
1.7.2