pub struct R(_);
Expand description
Register UNIT1_OP
reader
Implementations§
source§impl R
impl R
sourcepub fn timer_unit1_value_valid(&self) -> TIMER_UNIT1_VALUE_VALID_R
pub fn timer_unit1_value_valid(&self) -> TIMER_UNIT1_VALUE_VALID_R
Bit 29 - timer value is sync and valid
Methods from Deref<Target = R<UNIT1_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