pub struct W(/* private fields */);
Expand description
Register CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn bytemode(&mut self) -> BYTEMODE_W<'_>
pub fn bytemode(&mut self) -> BYTEMODE_W<'_>
Bit 8 - Byte Mode Enable
Sourcepub fn bitreverse(&mut self) -> BITREVERSE_W<'_>
pub fn bitreverse(&mut self) -> BITREVERSE_W<'_>
Bit 9 - Byte-level Bit Reverse Enable
Sourcepub fn bytereverse(&mut self) -> BYTEREVERSE_W<'_>
pub fn bytereverse(&mut self) -> BYTEREVERSE_W<'_>
Bit 10 - Byte Reverse Mode
Sourcepub fn autoinit(&mut self) -> AUTOINIT_W<'_>
pub fn autoinit(&mut self) -> AUTOINIT_W<'_>
Bit 13 - Auto Init Enable
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