Type Alias IN
Source pub type IN = Reg<IN_SPEC>;
Expand description
IN (r) register accessor: GPIO input register for GPIO0-31
You can read
this register and get in_::R
. See API.
For information about available fields see in_
module
pub struct IN { }