pub struct W(/* private fields */);Expand description
Register UCSR3B writer
Implementations§
source§impl W
impl W
sourcepub fn txb83(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 0>
pub fn txb83(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 0>
Bit 0 - Transmit Data Bit 8
sourcepub fn ucsz32(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 2>
pub fn ucsz32(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 2>
Bit 2 - Character Size
sourcepub fn txen3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 3>
pub fn txen3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 3>
Bit 3 - Transmitter Enable
sourcepub fn rxen3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 4>
pub fn rxen3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 4>
Bit 4 - Receiver Enable
sourcepub fn udrie3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 5>
pub fn udrie3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 5>
Bit 5 - USART Data register Empty Interrupt Enable
sourcepub fn txcie3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 6>
pub fn txcie3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 6>
Bit 6 - TX Complete Interrupt Enable
sourcepub fn rxcie3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 7>
pub fn rxcie3(&mut self) -> BitWriterRaw<'_, u8, UCSR3B_SPEC, bool, BitM, 7>
Bit 7 - RX Complete Interrupt Enable