Struct esp32s2::hmac::query_busy::R
source · pub struct R(_);Expand description
Register QUERY_BUSY reader
Implementations
sourceimpl R
impl R
sourcepub fn busy_state(&self) -> BUSY_STATE_R
pub fn busy_state(&self) -> BUSY_STATE_R
Bit 0 - The state of Hmac. 1’b0: idle. 1’b1: busy.
Methods from Deref<Target = R<QUERY_BUSY_SPEC>>
Trait Implementations
sourceimpl From<R<QUERY_BUSY_SPEC>> for R
impl From<R<QUERY_BUSY_SPEC>> for R
sourcefn from(reader: R<QUERY_BUSY_SPEC>) -> Self
fn from(reader: R<QUERY_BUSY_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more