Type Definition stm32g0::stm32g0b0::i2c1::cr1::SMBDEN_W

source · []
pub type SMBDEN_W<'a, const O: u8> = BitWriter<'a, u32, CR1_SPEC, SMBDEN_A, O>;
Expand description

Field SMBDEN writer - SMBus Device Default Address enable Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to ’0’. Refer to .

Implementations

Device default address disabled. Address 0b1100001x is NACKed

Device default address enabled. Address 0b1100001x is ACKed