Type Alias PincfgR
pub type PincfgR = FieldReader<Pincfg>;
Expand description
Field PINCFG reader - Pin Configuration
pub struct PincfgR { }
Get enumerated values variant
SIN is used for input data and SOUT for output data.
SIN is used for both input and output data.
SOUT is used for both input and output data.
SOUT is used for input data and SIN for output data.