Type Alias gd32f1::gd32f190::spi0::ctl0::CrcenW

source ·
pub type CrcenW<'a, REG> = BitWriter<'a, REG, Crcen>;
Expand description

Field CRCEN writer - Hardware CRC calculation enable

Aliased Type§

struct CrcenW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> CrcenW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn disabled(self) -> &'a mut W<REG>

CRC calculation disabled

source

pub fn enabled(self) -> &'a mut W<REG>

CRC calculation enabled