Pin

Type Alias Pin 

Source
pub type Pin = Reg<PinSpec>;
Expand description

PIN (r) register accessor: Pin State

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

For information about available fields see pin module

Aliased Typeยง

pub struct Pin { /* private fields */ }