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.
Fork of MODSERIAL by
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 682 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 672 of file MODSERIAL.h.
Generated on Tue Jul 12 2022 23:00:20 by
