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

type SCL_STOP_HOLD = Reg<u32, _SCL_STOP_HOLD>;

I2C_SCL_STOP_HOLD

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

For information about available fields see scl_stop_hold module

Trait Implementations

impl Readable for SCL_STOP_HOLD[src]

read() method returns scl_stop_hold::R reader structure

impl ResetValue for SCL_STOP_HOLD[src]

Register SCL_STOP_HOLD reset()'s with value 0

impl Writable for SCL_STOP_HOLD[src]

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