pub struct W(/* private fields */);
Expand description
Register UCSR0A
writer
Implementations§
source§impl W
impl W
sourcepub fn mpcm0(&mut self) -> BitWriterRaw<'_, u8, UCSR0A_SPEC, bool, BitM, 0>
pub fn mpcm0(&mut self) -> BitWriterRaw<'_, u8, UCSR0A_SPEC, bool, BitM, 0>
Bit 0 - Multi-processor Communication Mode
sourcepub fn u2x0(&mut self) -> BitWriterRaw<'_, u8, UCSR0A_SPEC, bool, BitM, 1>
pub fn u2x0(&mut self) -> BitWriterRaw<'_, u8, UCSR0A_SPEC, bool, BitM, 1>
Bit 1 - Double the USART transmission speed
sourcepub fn txc0(&mut self) -> BitWriterRaw<'_, u8, UCSR0A_SPEC, bool, BitM, 6>
pub fn txc0(&mut self) -> BitWriterRaw<'_, u8, UCSR0A_SPEC, bool, BitM, 6>
Bit 6 - USART Transmit Complete
Methods from Deref<Target = W<UCSR0A_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