Type Alias stm32_hal2::pac::i2c1::cr1::NOSTRETCH_R

source ·
pub type NOSTRETCH_R = BitReaderRaw<NOSTRETCH_A>;
Expand description

Field NOSTRETCH reader - Clock stretching disable This bit is used to disable clock stretching in slave mode. It must be kept cleared in master mode. Note: This bit can only be programmed when the I2C is disabled (PE = 0).

Aliased Type§

struct NOSTRETCH_R { /* private fields */ }