[][src]Type Definition avr_device::atmega1280::usart2::ucsr2b::W

type W = W<u8, UCSR2B>;

Writer for register UCSR2B

Implementations

impl W[src]

pub fn txb82(&mut self) -> TXB82_W[src]

Bit 0 - Transmit Data Bit 8

pub fn ucsz22(&mut self) -> UCSZ22_W[src]

Bit 2 - Character Size

pub fn txen2(&mut self) -> TXEN2_W[src]

Bit 3 - Transmitter Enable

pub fn rxen2(&mut self) -> RXEN2_W[src]

Bit 4 - Receiver Enable

pub fn udrie2(&mut self) -> UDRIE2_W[src]

Bit 5 - USART Data register Empty Interrupt Enable

pub fn txcie2(&mut self) -> TXCIE2_W[src]

Bit 6 - TX Complete Interrupt Enable

pub fn rxcie2(&mut self) -> RXCIE2_W[src]

Bit 7 - RX Complete Interrupt Enable