[][src]Type Definition avr_device::atmega64::usart1::ucsr1a::R

type R = R<u8, UCSR1A>;

Reader of register UCSR1A

Implementations

impl R[src]

pub fn mpcm1(&self) -> MPCM1_R[src]

Bit 0 - Multi-processor Communication Mode

pub fn u2x1(&self) -> U2X1_R[src]

Bit 1 - Double the USART transmission speed

pub fn upe1(&self) -> UPE1_R[src]

Bit 2 - Parity Error

pub fn dor1(&self) -> DOR1_R[src]

Bit 3 - Data overRun

pub fn fe1(&self) -> FE1_R[src]

Bit 4 - Framing Error

pub fn udre1(&self) -> UDRE1_R[src]

Bit 5 - USART Data Register Empty

pub fn txc1(&self) -> TXC1_R[src]

Bit 6 - USART Transmit Complete

pub fn rxc1(&self) -> RXC1_R[src]

Bit 7 - USART Receive Complete