Struct d1_pac::gpadc::gp_ch0_cmp_data::R
source · pub struct R(/* private fields */);
Expand description
Register gp_ch0_cmp_data
reader
Implementations§
source§impl R
impl R
sourcepub fn ch0_cmp_low_data(&self) -> CH0_CMP_LOW_DATA_R
pub fn ch0_cmp_low_data(&self) -> CH0_CMP_LOW_DATA_R
Bits 0:11 - Channel 0 Voltage Low Value
sourcepub fn ch0_cmp_hig_data(&self) -> CH0_CMP_HIG_DATA_R
pub fn ch0_cmp_hig_data(&self) -> CH0_CMP_HIG_DATA_R
Bits 16:27 - Channel 0 Voltage High Value
Methods from Deref<Target = R<GP_CH0_CMP_DATA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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