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: AntiTheftGPS XbeeReceive XbeeSend Superball_Ball2 ... more
Functions | |
int | rxDiscardLastChar (void) |
Remove the last char placed into the rx buffer. | |
Variables | |
MODSERIAL_IRQ_INFO | callbackInfo |
Used to pass information to callbacks. |
Function Documentation
int rxDiscardLastChar | ( | void | ) | [protected, inherited] |
Remove the last char placed into the rx buffer.
This is an operation that can only be performed by an rxCallback function. To protect the buffers this function is defined protected so that a regular application cannot call it directly. It can only be called by the public version within a MODSERIAL_IRQ_INFO class.
- Returns:
- The byte removed from the buffer.
Definition at line 118 of file MODSERIAL.cpp.
Variable Documentation
MODSERIAL_IRQ_INFO callbackInfo [protected, inherited] |
Used to pass information to callbacks.
Definition at line 788 of file MODSERIAL.h.
Generated on Tue Jul 12 2022 12:20:34 by
