Type Definition stm32_hal2::pac::i2c1::isr::STOPF_R

source · []
pub type STOPF_R = BitReaderRaw<STOPF_A>;
Expand description

Field STOPF reader - Stop detection flag This flag is set by hardware when a Stop condition is detected on the bus and the peripheral is involved in this transfer: either as a master, provided that the STOP condition is generated by the peripheral. or as a slave, provided that the peripheral has been addressed previously during this transfer. It is cleared by software by setting the STOPCF bit. Note: This bit is cleared by hardware when PE=0.