Type Definition stm32_hal2::pac::i2c1::icr::ALERTCF_W

source · []
pub type ALERTCF_W<'a, const O: u8> = BitWriterRaw<'a, u32, ICR_SPEC, ALERTCF_AW, BitM, O>;
Expand description

Field ALERTCF writer - Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation.