[][src]Type Definition esp32::gpio::IN

type IN = Reg<u32, _IN>;

GPIO_IN

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

For information about available fields see in_ module

Trait Implementations

impl Readable for IN[src]

read() method returns in_::R reader structure

impl ResetValue for IN[src]

Register IN reset()'s with value 0

impl Writable for IN[src]

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