Type Alias esp32c3::gpio::IN

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

IN (r) register accessor: GPIO input register

You can read this register and get in_::R. See API.

For information about available fields see in_ module

Aliased Type§

struct IN { /* private fields */ }