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

type IN1 = Reg<u32, _IN1>;

GPIO_IN1

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

For information about available fields see in1 module

Trait Implementations

impl Readable for IN1[src]

read() method returns in1::R reader structure

impl ResetValue for IN1[src]

Register IN1 reset()'s with value 0

impl Writable for IN1[src]

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