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

type CTR = Reg<u32, _CTR>;

I2C_CTR

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

For information about available fields see ctr module

Trait Implementations

impl Readable for CTR[src]

read() method returns ctr::R reader structure

impl ResetValue for CTR[src]

Register CTR reset()'s with value 0

type Type = u32

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

impl Writable for CTR[src]

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