Struct esp32h2::otp_debug::blk0_backup3_w5::R
source · pub struct R(_);
Expand description
Register BLK0_BACKUP3_W5
reader
Implementations§
source§impl R
impl R
sourcepub fn otp_bebug_block0_backup3_w5(&self) -> OTP_BEBUG_BLOCK0_BACKUP3_W5_R
pub fn otp_bebug_block0_backup3_w5(&self) -> OTP_BEBUG_BLOCK0_BACKUP3_W5_R
Bits 0:31 - Otp block0 backup3 word5 data.
Methods from Deref<Target = R<BLK0_BACKUP3_W5_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