pub type CECEN_W<'a, const O: u8> = BitWriter<'a, u32, CEC_CR_SPEC, bool, O>;
Expand description

Field CECEN writer - CEC enable The CECEN bit is set and cleared by software. CECEN = 1 starts message reception and enables the TXSOM control. CECEN = 0 disables the CEC peripheral, clears all bits of CEC_CR register and aborts any on-going reception or transmission.