[][src]Type Definition avr_device::atmega1280::usart0::ucsr0a::R

type R = R<u8, UCSR0A>;

Reader of register UCSR0A

Implementations

impl R[src]

pub fn mpcm0(&self) -> MPCM0_R[src]

Bit 0 - Multi-processor Communication Mode

pub fn u2x0(&self) -> U2X0_R[src]

Bit 1 - Double the USART transmission speed

pub fn upe0(&self) -> UPE0_R[src]

Bit 2 - Parity Error

pub fn dor0(&self) -> DOR0_R[src]

Bit 3 - Data overRun

pub fn fe0(&self) -> FE0_R[src]

Bit 4 - Framing Error

pub fn udre0(&self) -> UDRE0_R[src]

Bit 5 - USART Data Register Empty

pub fn txc0(&self) -> TXC0_R[src]

Bit 6 - USART Transmit Complete

pub fn rxc0(&self) -> RXC0_R[src]

Bit 7 - USART Receive Complete