Type Definition stm32_hal2::pac::i2c1::isr::ALERT_R

source · []
pub type ALERT_R = BitReaderRaw<ALERT_A>;
Expand description

Field ALERT reader - SMBus alert This flag is set by hardware when SMBHEN=1 (SMBus host configuration), ALERTEN=1 and a SMBALERT event (falling edge) is detected on SMBA pin. It is cleared by software by setting the ALERTCF bit. Note: This bit is cleared by hardware when PE=0. If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation.