Type Alias stm32_hal2::pac::cec::cr::CECEN_R

source ·
pub type CECEN_R = BitReaderRaw<bool>;
Expand description

Field CECEN reader - 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.

Aliased Type§

struct CECEN_R { /* private fields */ }