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

type SCL_STOP_SETUP = Reg<u32, _SCL_STOP_SETUP>;

I2C_SCL_STOP_SETUP

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

For information about avaliable fields see scl_stop_setup module

Trait Implementations

impl Readable for SCL_STOP_SETUP[src]

read() method returns scl_stop_setup::R reader structure

impl ResetValue for SCL_STOP_SETUP[src]

Register SCL_STOP_SETUP reset()'s with value 0

type Type = u32

Register size

impl Writable for SCL_STOP_SETUP[src]

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