pub struct R(_);
Expand description
Register U%s_CONF1
reader
Implementations§
source§impl R
impl R
sourcepub fn cnt_thres0(&self) -> CNT_THRES0_R
pub fn cnt_thres0(&self) -> CNT_THRES0_R
Bits 0:15 - This register is used to configure the thres0 value for unit %s.
sourcepub fn cnt_thres1(&self) -> CNT_THRES1_R
pub fn cnt_thres1(&self) -> CNT_THRES1_R
Bits 16:31 - This register is used to configure the thres1 value for unit %s.
Methods from Deref<Target = R<U_CONF1_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