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

type TO = Reg<u32, _TO>;

I2C_TO

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

For information about avaliable fields see to module

Trait Implementations

impl Readable for TO[src]

read() method returns to::R reader structure

impl ResetValue for TO[src]

Register TO reset()'s with value 0

type Type = u32

Register size

impl Writable for TO[src]

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