Struct d1_pac::gpadc::gp_ch1_cmp_data::W
source · pub struct W(/* private fields */);
Expand description
Register gp_ch1_cmp_data
writer
Implementations§
source§impl W
impl W
sourcepub fn ch1_cmp_low_data(&mut self) -> CH1_CMP_LOW_DATA_W<'_, 0>
pub fn ch1_cmp_low_data(&mut self) -> CH1_CMP_LOW_DATA_W<'_, 0>
Bits 0:11 - Channel 1 Voltage Low Value
sourcepub fn ch1_cmp_hig_data(&mut self) -> CH1_CMP_HIG_DATA_W<'_, 16>
pub fn ch1_cmp_hig_data(&mut self) -> CH1_CMP_HIG_DATA_W<'_, 16>
Bits 16:27 - Channel 1 Voltage High Value
Methods from Deref<Target = W<GP_CH1_CMP_DATA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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