Type Definition lpc81x_pac::lpc811::i2c0::slvqual0::SLVQUAL0_W

source ·
pub type SLVQUAL0_W<'a, const O: u8> = FieldWriter<'a, u32, SLVQUAL0_SPEC, u8, u8, 7, O>;
Expand description

Field SLVQUAL0 writer - Slave address Qualifier for address 0. A value of 0 causes the address in SLVADR0 to be used as-is, assuming that it is enabled. If QUALMODE0 = 0, any bit in this field which is set to 1 will cause an automatic match of the corresponding bit of the received address when it is compared to the SLVADR0 register. If QUALMODE0 = 1, an address range is matched for address 0. This range extends from the value defined by SLVADR0 to the address defined by SLVQUAL0 (address matches when SLVADR0[7:1] <= received address <= SLVQUAL0[7:1]).