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

type R = R<u8, UCSR3B>;

Reader of register UCSR3B

Implementations

impl R[src]

pub fn txb83(&self) -> TXB83_R[src]

Bit 0 - Transmit Data Bit 8

pub fn rxb83(&self) -> RXB83_R[src]

Bit 1 - Receive Data Bit 8

pub fn ucsz32(&self) -> UCSZ32_R[src]

Bit 2 - Character Size

pub fn txen3(&self) -> TXEN3_R[src]

Bit 3 - Transmitter Enable

pub fn rxen3(&self) -> RXEN3_R[src]

Bit 4 - Receiver Enable

pub fn udrie3(&self) -> UDRIE3_R[src]

Bit 5 - USART Data register Empty Interrupt Enable

pub fn txcie3(&self) -> TXCIE3_R[src]

Bit 6 - TX Complete Interrupt Enable

pub fn rxcie3(&self) -> RXCIE3_R[src]

Bit 7 - RX Complete Interrupt Enable