Struct esp32s3_hal::pac::hmac::query_error::R
pub struct R(_);
Expand description
Register QUERY_ERROR
reader
Implementations§
§impl R
impl R
pub fn qurey_check(&self) -> BitReaderRaw<bool>
pub fn qurey_check(&self) -> BitReaderRaw<bool>
Bit 0 - Hmac configuration state. 0: key are agree with purpose. 1: error
Methods from Deref<Target = R<QUERY_ERROR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<QUERY_ERROR_SPEC>> for R
impl From<R<QUERY_ERROR_SPEC>> for R
§fn from(reader: R<QUERY_ERROR_SPEC>) -> R
fn from(reader: R<QUERY_ERROR_SPEC>) -> R
Converts to this type from the input type.