Struct esp32s3_hal::pac::ds::query_key_wrong::R
pub struct R(_);
Expand description
Register QUERY_KEY_WRONG
reader
Implementations§
§impl R
impl R
pub fn query_key_wrong(&self) -> FieldReaderRaw<u8, u8>
pub fn query_key_wrong(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - 1-15: HMAC was activated, but the DS peripheral did not successfully receive the DS_KEY from the HMAC peripheral. (The biggest value is 15). 0: HMAC is not activated.
Methods from Deref<Target = R<QUERY_KEY_WRONG_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_KEY_WRONG_SPEC>> for R
impl From<R<QUERY_KEY_WRONG_SPEC>> for R
§fn from(reader: R<QUERY_KEY_WRONG_SPEC>) -> R
fn from(reader: R<QUERY_KEY_WRONG_SPEC>) -> R
Converts to this type from the input type.