Struct esp32s3::interrupt_core0::date::R
source · pub struct R(_);Expand description
Register DATE reader
Implementations§
source§impl R
impl R
sourcepub fn interrupt_reg_date(&self) -> INTERRUPT_REG_DATE_R
pub fn interrupt_reg_date(&self) -> INTERRUPT_REG_DATE_R
Bits 0:27 - version register
Methods from Deref<Target = R<DATE_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