Struct esp32s3::ds::query_check::R
source · pub struct R(_);
Expand description
Register QUERY_CHECK
reader
Implementations§
source§impl R
impl R
sourcepub fn md_error(&self) -> MD_ERROR_R
pub fn md_error(&self) -> MD_ERROR_R
Bit 0 - MD checkout result. 1: The MD check fails. 0: The MD check passes.
sourcepub fn padding_bad(&self) -> PADDING_BAD_R
pub fn padding_bad(&self) -> PADDING_BAD_R
Bit 1 - padding checkout result. 1: The padding check fails. 0: The padding check passes.