Type Alias stm32_hal2::pac::i2c1::cr2::PECBYTE_W

source ·
pub type PECBYTE_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR2_SPEC, PECBYTE_A, BitM, O>;
Expand description

Field PECBYTE writer - Packet error checking byte This bit is set by software, and cleared by hardware when the PEC is transferred, or when a STOP condition or an Address matched is received, also when PE=0. Note: Writing 0 to this bit has no effect. This bit has no effect when RELOAD is set. This bit has no effect is slave mode when SBC=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 PECBYTE_W<'a, const O: u8> { /* private fields */ }