pub struct R(_);
Expand description
Register U7_CONF1
reader
Implementations
sourceimpl R
impl R
sourcepub fn cnt_thres0_u7(&self) -> CNT_THRES0_U7_R
pub fn cnt_thres0_u7(&self) -> CNT_THRES0_U7_R
Bits 0:15 - This register is used to configure thres0 value for unit7.
sourcepub fn cnt_thres1_u7(&self) -> CNT_THRES1_U7_R
pub fn cnt_thres1_u7(&self) -> CNT_THRES1_U7_R
Bits 16:31 - This register is used to configure thres1 value for unit7.
Methods from Deref<Target = R<U7_CONF1_SPEC>>
Trait Implementations
sourceimpl From<R<U7_CONF1_SPEC>> for R
impl From<R<U7_CONF1_SPEC>> for R
sourcefn from(reader: R<U7_CONF1_SPEC>) -> Self
fn from(reader: R<U7_CONF1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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