Type Alias R

Source
pub type R = R<QUERY_CHECK_SPEC>;
Expand description

Register QUERY_CHECK reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn md_error(&self) -> MD_ERROR_R

Bit 0 - 1: MD check fails. 0: MD check passes.

Source

pub fn padding_bad(&self) -> PADDING_BAD_R

Bit 1 - 1: The padding check fails. 0: The padding check passes.