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:
- 11:2679ddcf8c96
- Parent:
- 9:bd6af3d4c651
- Child:
- 12:f0c99768aba2
--- a/serial_api9bit.h Wed Aug 28 09:32:44 2019 +0800 +++ b/serial_api9bit.h Fri Sep 06 13:36:45 2019 +0800 @@ -43,6 +43,7 @@ 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); +int serial_readable_9bit(serial_t *obj); void serial_putc_9bit(serial_t *obj, uint16_t c); extern char uart9debug[100]; extern bool uartdebug;