Module wasefire_applet_api::uart

source ·

Modules§

Enums§

Functions§

  • countNon-native
    Returns how many UARTs are on the device.
  • readNon-native
    Reads from a UART into a buffer.
  • registerNon-native
    Registers a callback when a UART is ready.
  • set_baudrateNon-native
    Sets the baudrate of a stopped UART.
  • startNon-native
    Starts a UART.
  • stopNon-native
    Stops a UART.
  • unregisterNon-native
    Unregisters a callback.
  • writeNon-native
    Writes to a UART from a buffer.