[][src]Type Definition nrf52832_pac::uart0::errorsrc::R

type R = R<u32, ERRORSRC>;

Reader of register ERRORSRC

Methods

impl R[src]

pub fn overrun(&self) -> OVERRUN_R[src]

Bit 0 - Overrun error

pub fn parity(&self) -> PARITY_R[src]

Bit 1 - Parity error

pub fn framing(&self) -> FRAMING_R[src]

Bit 2 - Framing error occurred

pub fn break_(&self) -> BREAK_R[src]

Bit 3 - Break condition