pub struct R(_);
Expand description
Register cali_data
reader
Implementations§
source§impl R
impl R
sourcepub fn cali_value_sync2(&self) -> CALI_VALUE_SYNC2_R
pub fn cali_value_sync2(&self) -> CALI_VALUE_SYNC2_R
Bits 0:19
sourcepub fn cali_rdy_real(&self) -> CALI_RDY_REAL_R
pub fn cali_rdy_real(&self) -> CALI_RDY_REAL_R
Bit 30
sourcepub fn cali_rdy_sync2(&self) -> CALI_RDY_SYNC2_R
pub fn cali_rdy_sync2(&self) -> CALI_RDY_SYNC2_R
Bit 31
Methods from Deref<Target = R<CALI_DATA_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