Type Alias daisy::pac::i2c1::cr1::NOSTRETCH_W
pub type NOSTRETCH_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, NOSTRETCH_A, BitM, O>;
Expand description
Field NOSTRETCH
writer - 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_W<'a, const O: u8> { /* private fields */ }