Type Alias esp32s3::gpio::IN

source ·
pub type IN = Reg<IN_SPEC>;
Expand description

IN (rw) register accessor: GPIO input register for GPIO0-31

You can read this register and get in_::R. You can reset, write, write_with_zero this register using in_::W. You can also modify this register. See API.

For information about available fields see in_ module

Aliased Type§

struct IN { /* private fields */ }