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

type COMD5 = Reg<u32, _COMD5>;

I2C_COMD5

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

For information about available fields see comd5 module

Trait Implementations

impl Readable for COMD5[src]

read() method returns comd5::R reader structure

impl ResetValue for COMD5[src]

Register COMD5 reset()'s with value 0

type Type = u32

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

impl Writable for COMD5[src]

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