Type Alias esp32c3::gpio::PIN

source ·
pub type PIN = Reg<PIN_SPEC>;
Expand description

PIN (rw) register accessor: GPIO pin configuration register

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

For information about available fields see pin module

Aliased Type§

struct PIN { /* private fields */ }