Module nrf51_hal::pac::uart0::errorsrc

source ·
Expand description

Error source. Write error field to 1 to clear error.

Structs§

  • Error source. Write error field to 1 to clear error.
  • Register ERRORSRC reader
  • Register ERRORSRC writer

Enums§

  • The serial data input is ‘0’ for longer than the length of a data frame.
  • The serial data input is ‘0’ for longer than the length of a data frame.
  • A valid stop bit is not detected on the serial data input after all bits in a character have been received.
  • A valid stop bit is not detected on the serial data input after all bits in a character have been received.
  • A start bit is received while the previous data still lies in RXD. (Data loss).
  • A start bit is received while the previous data still lies in RXD. (Data loss).
  • A character with bad parity is received. Only checked if HW parity control is enabled.
  • A character with bad parity is received. Only checked if HW parity control is enabled.

Type Aliases§

  • Field BREAK reader - The serial data input is ‘0’ for longer than the length of a data frame.
  • Field BREAK writer - The serial data input is ‘0’ for longer than the length of a data frame.
  • Field FRAMING reader - A valid stop bit is not detected on the serial data input after all bits in a character have been received.
  • Field FRAMING writer - A valid stop bit is not detected on the serial data input after all bits in a character have been received.
  • Field OVERRUN reader - A start bit is received while the previous data still lies in RXD. (Data loss).
  • Field OVERRUN writer - A start bit is received while the previous data still lies in RXD. (Data loss).
  • Field PARITY reader - A character with bad parity is received. Only checked if HW parity control is enabled.
  • Field PARITY writer - A character with bad parity is received. Only checked if HW parity control is enabled.