Struct esp32h2::ds::query_key_wrong::R
source · pub struct R(_);
Expand description
Register QUERY_KEY_WRONG
reader
Implementations§
source§impl R
impl R
sourcepub fn query_key_wrong(&self) -> QUERY_KEY_WRONG_R
pub fn query_key_wrong(&self) -> QUERY_KEY_WRONG_R
Bits 0:3 - digital signature key wrong counter
Methods from Deref<Target = R<QUERY_KEY_WRONG_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