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.
Misc MODSERIAL functions
Functions | |
char | txGetLastChar (void) |
Function: txGetLastChar. | |
char | rxGetLastChar (void) |
Function: rxGetLastChar. |
Function Documentation
char rxGetLastChar | ( | void | ) | [inherited] |
Function: rxGetLastChar.
Return the last byte to pass through the RX interrupt handler.
- Returns:
- The byte
Definition at line 684 of file MODSERIAL.h.
char txGetLastChar | ( | void | ) | [inherited] |
Function: txGetLastChar.
Rteurn the last byte to pass through the TX interrupt handler.
- Returns:
- The byte
Definition at line 674 of file MODSERIAL.h.
Generated on Fri Jul 15 2022 05:24:10 by
