Type Alias stm32_hal2::pac::i2c1::isr::OVR_R

source ·
pub type OVR_R = BitReaderRaw<OVR_A>;
Expand description

Field OVR reader - Overrun/Underrun (slave mode) This flag is set by hardware in slave mode with NOSTRETCH=1, when an overrun/underrun error occurs. It is cleared by software by setting the OVRCF bit. Note: This bit is cleared by hardware when PE=0.

Aliased Type§

struct OVR_R { /* private fields */ }