Type Alias stm32_hal2::pac::i2c1::isr::TIMEOUT_R

source ·
pub type TIMEOUT_R = BitReaderRaw<TIMEOUT_A>;
Expand description

Field TIMEOUT reader - Timeout or tLOW detection flag This flag is set by hardware when a timeout or extended clock timeout occurred. It is cleared by software by setting the TIMEOUTCF 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.

Aliased Type§

struct TIMEOUT_R { /* private fields */ }