pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations
sourceimpl R
impl R
sourcepub fn thres1_low_int_raw(&self) -> THRES1_LOW_INT_RAW_R
pub fn thres1_low_int_raw(&self) -> THRES1_LOW_INT_RAW_R
Bit 26 - Need add description
sourcepub fn thres0_low_int_raw(&self) -> THRES0_LOW_INT_RAW_R
pub fn thres0_low_int_raw(&self) -> THRES0_LOW_INT_RAW_R
Bit 27 - Need add description
sourcepub fn thres1_high_int_raw(&self) -> THRES1_HIGH_INT_RAW_R
pub fn thres1_high_int_raw(&self) -> THRES1_HIGH_INT_RAW_R
Bit 28 - Need add description
sourcepub fn thres0_high_int_raw(&self) -> THRES0_HIGH_INT_RAW_R
pub fn thres0_high_int_raw(&self) -> THRES0_HIGH_INT_RAW_R
Bit 29 - Need add description
sourcepub fn apb_saradc2_done_int_raw(&self) -> APB_SARADC2_DONE_INT_RAW_R
pub fn apb_saradc2_done_int_raw(&self) -> APB_SARADC2_DONE_INT_RAW_R
Bit 30 - Need add description
sourcepub fn apb_saradc1_done_int_raw(&self) -> APB_SARADC1_DONE_INT_RAW_R
pub fn apb_saradc1_done_int_raw(&self) -> APB_SARADC1_DONE_INT_RAW_R
Bit 31 - Need add description
Methods from Deref<Target = R<INT_RAW_SPEC>>
Trait Implementations
sourceimpl From<R<INT_RAW_SPEC>> for R
impl From<R<INT_RAW_SPEC>> for R
sourcefn from(reader: R<INT_RAW_SPEC>) -> Self
fn from(reader: R<INT_RAW_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