pub struct R(_);
Expand description
Register WR_DIS
reader
Implementations§
source§impl R
impl R
sourcepub fn block0_wr_dis(&self) -> BLOCK0_WR_DIS_R
pub fn block0_wr_dis(&self) -> BLOCK0_WR_DIS_R
Bits 0:31 - Otp block0 write disable data.
Methods from Deref<Target = R<WR_DIS_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