pub struct CKSTR_W<'a> { /* private fields */ }Expand description
Field CKSTR writer - Clock strobing edge
Implementations§
Source§impl<'a> CKSTR_W<'a>
impl<'a> CKSTR_W<'a>
Sourcepub fn falling_edge(self) -> &'a mut W
pub fn falling_edge(self) -> &'a mut W
Data strobing edge is falling edge of SCK
Sourcepub fn rising_edge(self) -> &'a mut W
pub fn rising_edge(self) -> &'a mut W
Data strobing edge is rising edge of SCK
Auto Trait Implementations§
impl<'a> Freeze for CKSTR_W<'a>
impl<'a> RefUnwindSafe for CKSTR_W<'a>
impl<'a> Send for CKSTR_W<'a>
impl<'a> Sync for CKSTR_W<'a>
impl<'a> Unpin for CKSTR_W<'a>
impl<'a> !UnwindSafe for CKSTR_W<'a>
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