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

type SLAVE_ADDR = Reg<u32, _SLAVE_ADDR>;

I2C_SLAVE_ADDR

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

For information about avaliable fields see slave_addr module

Trait Implementations

impl Readable for SLAVE_ADDR[src]

read() method returns slave_addr::R reader structure

impl ResetValue for SLAVE_ADDR[src]

Register SLAVE_ADDR reset()'s with value 0

type Type = u32

Register size

impl Writable for SLAVE_ADDR[src]

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