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

type COMD1 = Reg<u32, _COMD1>;

I2C_COMD1

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

For information about avaliable fields see comd1 module

Trait Implementations

impl Readable for COMD1[src]

read() method returns comd1::R reader structure

impl ResetValue for COMD1[src]

Register COMD1 reset()'s with value 0

type Type = u32

Register size

impl Writable for COMD1[src]

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