[][src]Type Definition avr_device::atmega64::usart0::ucsr0b::R

type R = R<u8, UCSR0B>;

Reader of register UCSR0B

Implementations

impl R[src]

pub fn txb80(&self) -> TXB80_R[src]

Bit 0 - Transmit Data Bit 8

pub fn rxb80(&self) -> RXB80_R[src]

Bit 1 - Receive Data Bit 8

pub fn ucsz02(&self) -> UCSZ02_R[src]

Bit 2 - Character Size

pub fn txen0(&self) -> TXEN0_R[src]

Bit 3 - Transmitter Enable

pub fn rxen0(&self) -> RXEN0_R[src]

Bit 4 - Receiver Enable

pub fn udrie0(&self) -> UDRIE0_R[src]

Bit 5 - USART Data register Empty Interrupt Enable

pub fn txcie0(&self) -> TXCIE0_R[src]

Bit 6 - TX Complete Interrupt Enable

pub fn rxcie0(&self) -> RXCIE0_R[src]

Bit 7 - RX Complete Interrupt Enable