pub struct W(/* private fields */);
Expand description
Register UCSR0C
writer
Implementations§
source§impl W
impl W
sourcepub fn ucpol0(&mut self) -> BitWriterRaw<'_, u8, UCSR0C_SPEC, UCPOL0_A, BitM, 0>
pub fn ucpol0(&mut self) -> BitWriterRaw<'_, u8, UCSR0C_SPEC, UCPOL0_A, BitM, 0>
Bit 0 - Clock Polarity
sourcepub fn ucsz0(
&mut self
) -> FieldWriterRaw<'_, u8, UCSR0C_SPEC, u8, UCSZ0_A, Safe, 2, 1>
pub fn ucsz0( &mut self ) -> FieldWriterRaw<'_, u8, UCSR0C_SPEC, u8, UCSZ0_A, Safe, 2, 1>
Bits 1:2 - Character Size
sourcepub fn usbs0(&mut self) -> BitWriterRaw<'_, u8, UCSR0C_SPEC, USBS0_A, BitM, 3>
pub fn usbs0(&mut self) -> BitWriterRaw<'_, u8, UCSR0C_SPEC, USBS0_A, BitM, 3>
Bit 3 - Stop Bit Select
sourcepub fn upm0(
&mut self
) -> FieldWriterRaw<'_, u8, UCSR0C_SPEC, u8, UPM0_A, Unsafe, 2, 4>
pub fn upm0( &mut self ) -> FieldWriterRaw<'_, u8, UCSR0C_SPEC, u8, UPM0_A, Unsafe, 2, 4>
Bits 4:5 - Parity Mode Bits
Methods from Deref<Target = W<UCSR0C_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