pub struct R(_);
Expand description
Register UNIT0_OP
reader
Implementations§
source§impl R
impl R
sourcepub fn timer_unit0_value_valid(&self) -> TIMER_UNIT0_VALUE_VALID_R
pub fn timer_unit0_value_valid(&self) -> TIMER_UNIT0_VALUE_VALID_R
Bit 29 - reg_timer_unit0_value_valid
Methods from Deref<Target = R<UNIT0_OP_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