Module e310x_hal::serial

source ·
Expand description

Serial interface

You can use the Serial interface with these UART instances

UART0

  • TX: Pin 17 IOF0
  • RX: Pin 16 IOF0
  • Interrupt::UART0

UART1

Warning: UART1 pins are not connected to package in FE310-G000

  • TX: Pin 18 IOF0
  • RX: Pin 23 IOF0
  • Interrupt::UART1

Structs

  • Serial receiver
  • Serial abstraction
  • Serial transmitter

Traits

  • RX pin - DO NOT IMPLEMENT THIS TRAIT
  • TX pin - DO NOT IMPLEMENT THIS TRAIT