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

type SCL_LOW_PERIOD = Reg<u32, _SCL_LOW_PERIOD>;

I2C_SCL_LOW_PERIOD

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

For information about available fields see scl_low_period module

Trait Implementations

impl Readable for SCL_LOW_PERIOD[src]

read() method returns scl_low_period::R reader structure

impl ResetValue for SCL_LOW_PERIOD[src]

Register SCL_LOW_PERIOD reset()'s with value 0

impl Writable for SCL_LOW_PERIOD[src]

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