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

type SDA_SAMPLE = Reg<u32, _SDA_SAMPLE>;

I2C_SDA_SAMPLE

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

For information about available fields see sda_sample module

Trait Implementations

impl Readable for SDA_SAMPLE[src]

read() method returns sda_sample::R reader structure

impl ResetValue for SDA_SAMPLE[src]

Register SDA_SAMPLE reset()'s with value 0

type Type = u32

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

impl Writable for SDA_SAMPLE[src]

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