Module wasefire_applet_api::uart
source · Modules§
- Module of
count. - Module of
read. - Module of
register. - Module of
set_baudrate. - Module of
start. - Module of
stop. - Module of
unregister. - Module of
write.
Enums§
- UART events.
Functions§
- count⚠Non-
nativeReturns how many UARTs are on the device. - read⚠Non-
nativeReads from a UART into a buffer. - register⚠Non-
nativeRegisters a callback when a UART is ready. - set_baudrate⚠Non-
nativeSets the baudrate of a stopped UART. - start⚠Non-
nativeStarts a UART. - stop⚠Non-
nativeStops a UART. - unregister⚠Non-
nativeUnregisters a callback. - write⚠Non-
nativeWrites to a UART from a buffer.