Type Alias stm32_hal2::pac::i2c1::cr1::ALERTEN_W

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

Field ALERTEN writer - SMBus alert enable Device mode (SMBHEN=0): Host mode (SMBHEN=1): Note: When ALERTEN=0, the SMBA pin can be used as a standard GPIO. 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 ALERTEN_W<'a, const O: u8> { /* private fields */ }