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

type FIFO_CONF = Reg<u32, _FIFO_CONF>;

I2C_FIFO_CONF

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

For information about available fields see fifo_conf module

Trait Implementations

impl Readable for FIFO_CONF[src]

read() method returns fifo_conf::R reader structure

impl ResetValue for FIFO_CONF[src]

Register FIFO_CONF reset()'s with value 0

impl Writable for FIFO_CONF[src]

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