pub struct W(_);
Expand description
Register U7_CONF2
writer
Implementations
sourceimpl W
impl W
sourcepub fn cnt_h_lim_u7(&mut self) -> CNT_H_LIM_U7_W<'_, 0>
pub fn cnt_h_lim_u7(&mut self) -> CNT_H_LIM_U7_W<'_, 0>
Bits 0:15 - This register is used to configure thr_h_lim value for unit7.
sourcepub fn cnt_l_lim_u7(&mut self) -> CNT_L_LIM_U7_W<'_, 16>
pub fn cnt_l_lim_u7(&mut self) -> CNT_L_LIM_U7_W<'_, 16>
Bits 16:31 - This register is used to confiugre thr_l_lim value for unit7.
Methods from Deref<Target = W<U7_CONF2_SPEC>>
Trait Implementations
sourceimpl From<W<U7_CONF2_SPEC>> for W
impl From<W<U7_CONF2_SPEC>> for W
sourcefn from(writer: W<U7_CONF2_SPEC>) -> Self
fn from(writer: W<U7_CONF2_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