[][src]Type Definition esp32::i2c::SDA_FILTER_CFG

type SDA_FILTER_CFG = Reg<u32, _SDA_FILTER_CFG>;

I2C_SDA_FILTER_CFG

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

For information about available fields see sda_filter_cfg module

Trait Implementations

impl Readable for SDA_FILTER_CFG[src]

read() method returns sda_filter_cfg::R reader structure

impl ResetValue for SDA_FILTER_CFG[src]

Register SDA_FILTER_CFG reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for SDA_FILTER_CFG[src]

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