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

type SDA_HOLD = Reg<u32, _SDA_HOLD>;

I2C_SDA_HOLD

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

For information about available fields see sda_hold module

Trait Implementations

impl Readable for SDA_HOLD[src]

read() method returns sda_hold::R reader structure

impl ResetValue for SDA_HOLD[src]

Register SDA_HOLD reset()'s with value 0

impl Writable for SDA_HOLD[src]

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