pub struct R(_);
Expand description
Register U2_CONF2
reader
Implementations
sourceimpl R
impl R
sourcepub fn cnt_h_lim_u2(&self) -> CNT_H_LIM_U2_R
pub fn cnt_h_lim_u2(&self) -> CNT_H_LIM_U2_R
Bits 0:15 - This register is used to configure thr_h_lim value for unit2.
sourcepub fn cnt_l_lim_u2(&self) -> CNT_L_LIM_U2_R
pub fn cnt_l_lim_u2(&self) -> CNT_L_LIM_U2_R
Bits 16:31 - This register is used to confiugre thr_l_lim value for unit2.
Methods from Deref<Target = R<U2_CONF2_SPEC>>
Trait Implementations
sourceimpl From<R<U2_CONF2_SPEC>> for R
impl From<R<U2_CONF2_SPEC>> for R
sourcefn from(reader: R<U2_CONF2_SPEC>) -> Self
fn from(reader: R<U2_CONF2_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