Expand description

HAL interface to the UARTE peripheral.

See product specification:

  • nrf52832: Section 35
  • nrf52840: Section 6.34

Structs

Interface to a UARTE instance.

Interface for the RX part of a UART instance that can be used independently of the TX part.

Interface for the TX part of a UART instance that can be used independently of the RX part.

Enums

Baud rate

Parity

Traits