pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn bytemode(&self) -> BYTEMODE_R
pub fn bytemode(&self) -> BYTEMODE_R
Bit 8 - Byte Mode Enable
Sourcepub fn bitreverse(&self) -> BITREVERSE_R
pub fn bitreverse(&self) -> BITREVERSE_R
Bit 9 - Byte-level Bit Reverse Enable
Sourcepub fn bytereverse(&self) -> BYTEREVERSE_R
pub fn bytereverse(&self) -> BYTEREVERSE_R
Bit 10 - Byte Reverse Mode
Sourcepub fn autoinit(&self) -> AUTOINIT_R
pub fn autoinit(&self) -> AUTOINIT_R
Bit 13 - Auto Init Enable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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