[][src]Type Definition avr_device::atmega1280::usart1::ucsr1b::R

type R = R<u8, UCSR1B>;

Reader of register UCSR1B

Implementations

impl R[src]

pub fn txb81(&self) -> TXB81_R[src]

Bit 0 - Transmit Data Bit 8

pub fn rxb81(&self) -> RXB81_R[src]

Bit 1 - Receive Data Bit 8

pub fn ucsz12(&self) -> UCSZ12_R[src]

Bit 2 - Character Size

pub fn txen1(&self) -> TXEN1_R[src]

Bit 3 - Transmitter Enable

pub fn rxen1(&self) -> RXEN1_R[src]

Bit 4 - Receiver Enable

pub fn udrie1(&self) -> UDRIE1_R[src]

Bit 5 - USART Data register Empty Interrupt Enable

pub fn txcie1(&self) -> TXCIE1_R[src]

Bit 6 - TX Complete Interrupt Enable

pub fn rxcie1(&self) -> RXCIE1_R[src]

Bit 7 - RX Complete Interrupt Enable