Struct esp32s3::hmac::query_error::QUERY_ERROR_SPEC
source · pub struct QUERY_ERROR_SPEC;
Expand description
Error register.
You can read
this register and get query_error::R
. See API.
Trait Implementations§
source§impl RegisterSpec for QUERY_ERROR_SPEC
impl RegisterSpec for QUERY_ERROR_SPEC
source§impl Resettable for QUERY_ERROR_SPEC
impl Resettable for QUERY_ERROR_SPEC
reset()
method sets QUERY_ERROR to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::query_error::QUERY_ERROR_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmac::query_error::QUERY_ERROR_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for QUERY_ERROR_SPEC
read()
method returns query_error::R
reader structure
Auto Trait Implementations§
impl RefUnwindSafe for QUERY_ERROR_SPEC
impl Send for QUERY_ERROR_SPEC
impl Sync for QUERY_ERROR_SPEC
impl Unpin for QUERY_ERROR_SPEC
impl UnwindSafe for QUERY_ERROR_SPEC
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