pub struct W(_);
Expand description
Register CMD
writer
Implementations
sourceimpl W
impl W
sourcepub fn masteren(&mut self) -> MASTEREN_W<'_>
pub fn masteren(&mut self) -> MASTEREN_W<'_>
Bit 4 - Master Enable
sourcepub fn masterdis(&mut self) -> MASTERDIS_W<'_>
pub fn masterdis(&mut self) -> MASTERDIS_W<'_>
Bit 5 - Master Disable
sourcepub fn rxblocken(&mut self) -> RXBLOCKEN_W<'_>
pub fn rxblocken(&mut self) -> RXBLOCKEN_W<'_>
Bit 6 - Receiver Block Enable
sourcepub fn rxblockdis(&mut self) -> RXBLOCKDIS_W<'_>
pub fn rxblockdis(&mut self) -> RXBLOCKDIS_W<'_>
Bit 7 - Receiver Block Disable
sourcepub fn txtridis(&mut self) -> TXTRIDIS_W<'_>
pub fn txtridis(&mut self) -> TXTRIDIS_W<'_>
Bit 9 - Transmitter Tristate Disable
Methods from Deref<Target = W<CMD_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more