Type Alias stm32h7xx_hal::pac::i2c1::isr::ARLO_R

source ·
pub type ARLO_R = BitReaderRaw<ARLO_A>;
Expand description

Field ARLO reader - Arbitration lost This flag is set by hardware in case of arbitration loss. It is cleared by software by setting the ARLOCF bit. Note: This bit is cleared by hardware when PE=0.

Aliased Type§

struct ARLO_R { /* private fields */ }