Type Alias stm32h7xx_hal::pac::i2c1::cr1::DNF_R

source ·
pub type DNF_R = FieldReaderRaw<u8, DNF_A>;
Expand description

Field DNF reader - Digital noise filter These bits are used to configure the digital noise filter on SDA and SCL input. The digital filter will filter spikes with a length of up to DNF[3:0]

  • tI2CCLK … Note: If the analog filter is also enabled, the digital filter is added to the analog filter. This filter can only be programmed when the I2C is disabled (PE = 0).

Aliased Type§

struct DNF_R { /* private fields */ }