Type Alias gd32f1::gd32f190::spi0::stat::CrcerrR

source ·
pub type CrcerrR = BitReader<Crcerrr>;
Expand description

Field CRCERR reader - SPI CRC Error Bit

Aliased Type§

struct CrcerrR { /* private fields */ }

Implementations§

source§

impl CrcerrR

source

pub const fn variant(&self) -> Crcerrr

Get enumerated values variant

source

pub fn is_match(&self) -> bool

CRC value received matches the SPIx_RXCRCR value

source

pub fn is_no_match(&self) -> bool

CRC value received does not match the SPIx_RXCRCR value