pub struct W(/* private fields */);Expand description
Register UCSR2B writer
Implementations§
source§impl W
impl W
sourcepub fn txb82(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 0>
pub fn txb82(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 0>
Bit 0 - Transmit Data Bit 8
sourcepub fn ucsz22(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 2>
pub fn ucsz22(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 2>
Bit 2 - Character Size
sourcepub fn txen2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 3>
pub fn txen2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 3>
Bit 3 - Transmitter Enable
sourcepub fn rxen2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 4>
pub fn rxen2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 4>
Bit 4 - Receiver Enable
sourcepub fn udrie2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 5>
pub fn udrie2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 5>
Bit 5 - USART Data register Empty Interrupt Enable
sourcepub fn txcie2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 6>
pub fn txcie2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 6>
Bit 6 - TX Complete Interrupt Enable
sourcepub fn rxcie2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 7>
pub fn rxcie2(&mut self) -> BitWriterRaw<'_, u8, UCSR2B_SPEC, bool, BitM, 7>
Bit 7 - RX Complete Interrupt Enable