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:
- 7:af4ceb878eee
- Parent:
- 6:64f5dad70ee2
- Child:
- 8:716d4274f7b7
--- a/serial_api9bit.h Wed Aug 21 16:27:30 2019 +0800 +++ b/serial_api9bit.h Fri Aug 23 19:05:10 2019 +0800 @@ -41,9 +41,10 @@ void serial_format_9bit(serial_t *obj, int data_bits, SerialParity parity, int stop_bits); 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); - +extern char uart9debug[100]; +extern bool uartdebug;