pub struct R(_);
Expand description
Register CAP_STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn cap0_edge(&self) -> CAP0_EDGE_R
pub fn cap0_edge(&self) -> CAP0_EDGE_R
Bit 0 - Edge of last capture trigger on channel 0, 0: posedge, 1: negedge
sourcepub fn cap1_edge(&self) -> CAP1_EDGE_R
pub fn cap1_edge(&self) -> CAP1_EDGE_R
Bit 1 - Edge of last capture trigger on channel 1, 0: posedge, 1: negedge
sourcepub fn cap2_edge(&self) -> CAP2_EDGE_R
pub fn cap2_edge(&self) -> CAP2_EDGE_R
Bit 2 - Edge of last capture trigger on channel 2, 0: posedge, 1: negedge
Methods from Deref<Target = R<CAP_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<CAP_STATUS_SPEC>> for R
impl From<R<CAP_STATUS_SPEC>> for R
sourcefn from(reader: R<CAP_STATUS_SPEC>) -> Self
fn from(reader: R<CAP_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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