pub struct W(/* private fields */);
Expand description
Register UCSR0B
writer
Implementations§
source§impl W
impl W
sourcepub fn txb80(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 0>
pub fn txb80(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 0>
Bit 0 - Transmit Data Bit 8
sourcepub fn ucsz02(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 2>
pub fn ucsz02(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 2>
Bit 2 - Character Size
sourcepub fn txen0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 3>
pub fn txen0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 3>
Bit 3 - Transmitter Enable
sourcepub fn rxen0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 4>
pub fn rxen0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 4>
Bit 4 - Receiver Enable
sourcepub fn udrie0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 5>
pub fn udrie0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 5>
Bit 5 - USART Data register Empty Interrupt Enable
sourcepub fn txcie0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 6>
pub fn txcie0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 6>
Bit 6 - TX Complete Interrupt Enable
sourcepub fn rxcie0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 7>
pub fn rxcie0(&mut self) -> BitWriterRaw<'_, u8, UCSR0B_SPEC, bool, BitM, 7>
Bit 7 - RX Complete Interrupt Enable
Methods from Deref<Target = W<UCSR0B_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more