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.
Diff: serial_api9bit.h
- Revision:
- 8:716d4274f7b7
- Parent:
- 7:af4ceb878eee
- Child:
- 9:bd6af3d4c651
--- a/serial_api9bit.h Fri Aug 23 19:05:10 2019 +0800 +++ b/serial_api9bit.h Mon Aug 26 13:33:10 2019 +0800 @@ -42,7 +42,7 @@ int serial_tx_asynch9bit(serial_t *obj, const void *tx, size_t tx_length, uint8_t tx_width, uint32_t handler, uint32_t event, DMAUsage hint); void serial_rx_asynch9bit(serial_t *obj, void *rx, size_t rx_length, uint8_t rx_width, uint32_t handler, uint32_t event, uint8_t char_match, DMAUsage hint); int serial_irq_handler_asynch9bit(serial_t *obj); - +uint16_t serial_getc_9bit(serial_t *obj); extern char uart9debug[100]; extern bool uartdebug;