[][src]Module e310x_hal::serial

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

Rx

Serial receiver

Serial

Serial abstraction

Tx

Serial transmitter

Traits

RxPin

RX pin - DO NOT IMPLEMENT THIS TRAIT

TxPin

TX pin - DO NOT IMPLEMENT THIS TRAIT