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

type SCL_HIGH_PERIOD = Reg<u32, _SCL_HIGH_PERIOD>;

I2C_SCL_HIGH_PERIOD

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

For information about available fields see scl_high_period module

Trait Implementations

impl Readable for SCL_HIGH_PERIOD[src]

read() method returns scl_high_period::R reader structure

impl ResetValue for SCL_HIGH_PERIOD[src]

Register SCL_HIGH_PERIOD reset()'s with value 0

type Type = u32

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

impl Writable for SCL_HIGH_PERIOD[src]

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