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:
- 6:64f5dad70ee2
- Parent:
- 2:bcc987331b8a
- Child:
- 7:af4ceb878eee
--- a/serial_api9bit.h Tue Aug 20 11:20:26 2019 +0800 +++ b/serial_api9bit.h Wed Aug 21 16:27:30 2019 +0800 @@ -39,6 +39,11 @@ #endif 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); + + +