pub struct R(_);
Expand description
Register U6_CONF1
reader
Implementations
sourceimpl R
impl R
sourcepub fn cnt_thres0_u6(&self) -> CNT_THRES0_U6_R
pub fn cnt_thres0_u6(&self) -> CNT_THRES0_U6_R
Bits 0:15 - This register is used to configure thres0 value for unit6.
sourcepub fn cnt_thres1_u6(&self) -> CNT_THRES1_U6_R
pub fn cnt_thres1_u6(&self) -> CNT_THRES1_U6_R
Bits 16:31 - This register is used to configure thres1 value for unit6.
Methods from Deref<Target = R<U6_CONF1_SPEC>>
Trait Implementations
sourceimpl From<R<U6_CONF1_SPEC>> for R
impl From<R<U6_CONF1_SPEC>> for R
sourcefn from(reader: R<U6_CONF1_SPEC>) -> Self
fn from(reader: R<U6_CONF1_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