Modules§
- count
- Module of
count
. - read
- Module of
read
. - register
- Module of
register
. - set_
baudrate - Module of
set_baudrate
. - start
- Module of
start
. - stop
- Module of
stop
. - unregister
- Module of
unregister
. - write
- Module of
write
.
Enums§
- Event
- UART events.
Functions§
- count⚠
Non- native
- Returns how many UARTs are on the device.
- read⚠
Non- native
- Reads from a UART into a buffer.
- register⚠
Non- native
- Registers a callback when a UART is ready.
- set_
baudrate ⚠Non- native
- Sets the baudrate of a stopped UART.
- start⚠
Non- native
- Starts a UART.
- stop⚠
Non- native
- Stops a UART.
- unregister⚠
Non- native
- Unregisters a callback.
- write⚠
Non- native
- Writes to a UART from a buffer.