pub struct R(_);Expand description
Register BLK6_W11 reader
Implementations§
source§impl R
impl R
sourcepub fn block6_w11(&self) -> BLOCK6_W11_R
pub fn block6_w11(&self) -> BLOCK6_W11_R
Bits 0:31 - Otp block6 word11 data.
Methods from Deref<Target = R<BLK6_W11_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