Struct esp32::efuse::blk3_rdata2::R
source · pub struct R(_);
Expand description
Register BLK3_RDATA2
reader
Implementations§
source§impl R
impl R
sourcepub fn rd_blk3_reserved_2(&self) -> RD_BLK3_RESERVED_2_R
pub fn rd_blk3_reserved_2(&self) -> RD_BLK3_RESERVED_2_R
Bits 0:31
Methods from Deref<Target = R<BLK3_RDATA2_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