pub struct R(_);
Expand description
Register U%s_CONF2
reader
Implementations§
source§impl R
impl R
sourcepub fn cnt_h_lim(&self) -> CNT_H_LIM_R
pub fn cnt_h_lim(&self) -> CNT_H_LIM_R
Bits 0:15 - This register is used to configure thr_h_lim value for unit0.
sourcepub fn cnt_l_lim(&self) -> CNT_L_LIM_R
pub fn cnt_l_lim(&self) -> CNT_L_LIM_R
Bits 16:31 - This register is used to confiugre thr_l_lim value for unit0.
Methods from Deref<Target = R<U_CONF2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more