Type Definition stm32g0::stm32g0c1::spi1::cr1::CRCEN_W

source · []
pub type CRCEN_W<'a, const O: u8> = BitWriter<'a, u32, CR1_SPEC, CRCEN_A, O>;
Expand description

Field CRCEN writer - Hardware CRC calculation enable Note: This bit should be written only when SPI is disabled (SPE = ’0’) for correct operation. This bit is not used in I2S mode.

Implementations

CRC calculation disabled

CRC calculation enabled