Type Definition stm32_hal2::pac::i2c1::isr::BERR_R

source · []
pub type BERR_R = BitReaderRaw<BERR_A>;
Expand description

Field BERR reader - Bus error This flag is set by hardware when a misplaced Start or Stop condition is detected whereas the peripheral is involved in the transfer. The flag is not set during the address phase in slave mode. It is cleared by software by setting BERRCF bit. Note: This bit is cleared by hardware when PE=0.