pub struct CPHA_W<'a> { /* private fields */ }
Expand description
Field CPHA
writer - Clock Phase
Implementations
sourceimpl<'a> CPHA_W<'a>
impl<'a> CPHA_W<'a>
sourcepub fn leading_edge(self) -> &'a mut W
pub fn leading_edge(self) -> &'a mut W
The data is sampled on a leading SCK edge and changed on a trailing SCK edge
sourcepub fn trailing_edge(self) -> &'a mut W
pub fn trailing_edge(self) -> &'a mut W
The data is sampled on a trailing SCK edge and changed on a leading SCK edge
Auto Trait Implementations
impl<'a> RefUnwindSafe for CPHA_W<'a>
impl<'a> Send for CPHA_W<'a>
impl<'a> Sync for CPHA_W<'a>
impl<'a> Unpin for CPHA_W<'a>
impl<'a> !UnwindSafe for CPHA_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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