Struct esp32::efuse::blk3_wdata4::R
source · pub struct R(_);
Expand description
Register BLK3_WDATA4
reader
Implementations§
source§impl R
impl R
sourcepub fn blk3_din4(&self) -> BLK3_DIN4_R
pub fn blk3_din4(&self) -> BLK3_DIN4_R
Bits 0:31 - program for BLOCK3
sourcepub fn cal_reserved(&self) -> CAL_RESERVED_R
pub fn cal_reserved(&self) -> CAL_RESERVED_R
Bits 0:15 - Reserved for future calibration use. Indicated by EFUSE_BLK3_PART_RESERVE
Methods from Deref<Target = R<BLK3_WDATA4_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