Type Alias stm32_hal2::pac::i2c1::cr1::ERRIE_W

source ·
pub type ERRIE_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, ERRIE_A, BitM, O>;
Expand description

Field ERRIE writer - Error interrupts enable Note: Any of these errors generate an interrupt: Arbitration Loss (ARLO) Bus Error detection (BERR) Overrun/Underrun (OVR) Timeout detection (TIMEOUT) PEC error detection (PECERR) Alert pin event detection (ALERT)

Aliased Type§

struct ERRIE_W<'a, const O: u8> { /* private fields */ }