pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn gsw0tx(&mut self) -> _GSW0TXW<'_>
pub fn gsw0tx(&mut self) -> _GSW0TXW<'_>
Bit 8 - Generic Short Write Zero parameters Transmission
Sourcepub fn gsw1tx(&mut self) -> _GSW1TXW<'_>
pub fn gsw1tx(&mut self) -> _GSW1TXW<'_>
Bit 9 - Generic Short Write One parameters Transmission
Sourcepub fn gsw2tx(&mut self) -> _GSW2TXW<'_>
pub fn gsw2tx(&mut self) -> _GSW2TXW<'_>
Bit 10 - Generic Short Write Two parameters Transmission
Sourcepub fn gsr0tx(&mut self) -> _GSR0TXW<'_>
pub fn gsr0tx(&mut self) -> _GSR0TXW<'_>
Bit 11 - Generic Short Read Zero parameters Transmission
Sourcepub fn gsr1tx(&mut self) -> _GSR1TXW<'_>
pub fn gsr1tx(&mut self) -> _GSR1TXW<'_>
Bit 12 - Generic Short Read One parameters Transmission
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