Type Alias stm32_hal2::pac::i2c1::cr1::PE_W

source ·
pub type PE_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, PE_A, BitM, O>;
Expand description

Field PE writer - Peripheral enable Note: When PE=0, the I2C SCL and SDA lines are released. Internal state machines and status bits are put back to their reset value. When cleared, PE must be kept low for at least 3 APB clock cycles.

Aliased Type§

struct PE_W<'a, const O: u8> { /* private fields */ }