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.
Dispatcher_api
Functions | |
| void | DispatcherUartSendPacket (const char *inBuff, unsigned short usLength) |
| UARTIntHandler. | |
| void | DispatcherUARTConfigure (void) |
| Cofigure the UART. | |
Function Documentation
| void DispatcherUARTConfigure | ( | void | ) |
Cofigure the UART.
- Parameters:
-
none
- Returns:
- none
Cofigure the UART
Definition at line 144 of file dispatcher.cpp.
| void DispatcherUartSendPacket | ( | const char * | inBuff, |
| unsigned short | usLength | ||
| ) |
UARTIntHandler.
- Parameters:
-
buffer
- Returns:
- none
Handles RX and TX interrupts DispatcherUartSendPacket
- Parameters:
-
inBuff pointer to the UART input buffer usLength buffer length
- Returns:
- none
The function sends to UART a buffer of given length
Definition at line 115 of file dispatcher.cpp.
Generated on Wed Jul 13 2022 13:30:51 by
1.7.2