[][src]Type Definition avr_device::atmega2560::usart3::ucsr3b::W

type W = W<u8, UCSR3B>;

Writer for register UCSR3B

Implementations

impl W[src]

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

Bit 0 - Transmit Data Bit 8

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

Bit 2 - Character Size

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

Bit 3 - Transmitter Enable

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

Bit 4 - Receiver Enable

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

Bit 5 - USART Data register Empty Interrupt Enable

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

Bit 6 - TX Complete Interrupt Enable

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

Bit 7 - RX Complete Interrupt Enable