Type Definition rp2040_pac::i2c0::IC_FS_SPKLEN[][src]

type IC_FS_SPKLEN = Reg<u32, _IC_FS_SPKLEN>;
Expand description

I2C SS, FS or FM+ spike suppression limit\n\n This register is used to store the duration, measured in ic_clk cycles, of the longest spike that is filtered out by the spike suppression logic when the component is operating in SS, FS or FM+ modes. The relevant I2C requirement is tSP (table 4) as detailed in the I2C Bus Specification. This register must be programmed with a minimum value of 1.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ic_fs_spklen module

Trait Implementations

Register IC_FS_SPKLEN reset()’s with value 0x07

Register size

Reset value of the register

read() method returns ic_fs_spklen::R reader structure

write(|w| ..) method takes ic_fs_spklen::W writer structure