Type Alias esp32c3::ds::query_check::R

source ·
pub type R = R<QUERY_CHECK_SPEC>;
Expand description

Register QUERY_CHECK reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn md_error(&self) -> MD_ERROR_R

Bit 0 - MD checkout result. 1’b0: MD check pass, 1’b1: MD check fail

source

pub fn padding_bad(&self) -> PADDING_BAD_R

Bit 1 - padding checkout result. 1’b0: a good padding, 1’b1: a bad padding