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

type W = W<u8, UCSR0B>;

Writer for register UCSR0B

Implementations

impl W[src]

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

Bit 0 - Transmit Data Bit 8

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

Bit 2 - Character Size

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

Bit 3 - Transmitter Enable

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

Bit 4 - Receiver Enable

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

Bit 5 - USART Data register Empty Interrupt Enable

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

Bit 6 - TX Complete Interrupt Enable

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

Bit 7 - RX Complete Interrupt Enable