[][src]Type Definition avr_device::atmega1280::usart3::ucsr3a::R

type R = R<u8, UCSR3A>;

Reader of register UCSR3A

Implementations

impl R[src]

pub fn mpcm3(&self) -> MPCM3_R[src]

Bit 0 - Multi-processor Communication Mode

pub fn u2x3(&self) -> U2X3_R[src]

Bit 1 - Double the USART transmission speed

pub fn upe3(&self) -> UPE3_R[src]

Bit 2 - Parity Error

pub fn dor3(&self) -> DOR3_R[src]

Bit 3 - Data overRun

pub fn fe3(&self) -> FE3_R[src]

Bit 4 - Framing Error

pub fn udre3(&self) -> UDRE3_R[src]

Bit 5 - USART Data Register Empty

pub fn txc3(&self) -> TXC3_R[src]

Bit 6 - USART Transmit Complete

pub fn rxc3(&self) -> RXC3_R[src]

Bit 7 - USART Receive Complete