pub struct W(/* private fields */);
Expand description
Register CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn scretrans(&mut self) -> SCRETRANS_W<'_>
pub fn scretrans(&mut self) -> SCRETRANS_W<'_>
Bit 19 - SmartCard Retransmit
Sourcepub fn skipperrf(&mut self) -> SKIPPERRF_W<'_>
pub fn skipperrf(&mut self) -> SKIPPERRF_W<'_>
Bit 20 - Skip Parity Error Frames
Sourcepub fn byteswap(&mut self) -> BYTESWAP_W<'_>
pub fn byteswap(&mut self) -> BYTESWAP_W<'_>
Bit 28 - Byteswap In Double Accesses
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