pub struct W(_);
Expand description
Register U2_CONF1
writer
Implementations
sourceimpl W
impl W
sourcepub fn cnt_thres0_u2(&mut self) -> CNT_THRES0_U2_W<'_, 0>
pub fn cnt_thres0_u2(&mut self) -> CNT_THRES0_U2_W<'_, 0>
Bits 0:15 - This register is used to configure thres0 value for unit2.
sourcepub fn cnt_thres1_u2(&mut self) -> CNT_THRES1_U2_W<'_, 16>
pub fn cnt_thres1_u2(&mut self) -> CNT_THRES1_U2_W<'_, 16>
Bits 16:31 - This register is used to configure thres1 value for unit2.
Methods from Deref<Target = W<U2_CONF1_SPEC>>
Trait Implementations
sourceimpl From<W<U2_CONF1_SPEC>> for W
impl From<W<U2_CONF1_SPEC>> for W
sourcefn from(writer: W<U2_CONF1_SPEC>) -> Self
fn from(writer: W<U2_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