PincfgR

Type Alias PincfgR 

pub type PincfgR = FieldReader<Pincfg>;
Expand description

Field PINCFG reader - Pin Configuration

Aliased Type§

pub struct PincfgR { /* private fields */ }

Implementations§

§

impl PincfgR

pub const fn variant(&self) -> Pincfg

Get enumerated values variant

pub fn is_00(&self) -> bool

SIN is used for input data and SOUT for output data.

pub fn is_01(&self) -> bool

SIN is used for both input and output data.

pub fn is_10(&self) -> bool

SOUT is used for both input and output data.

pub fn is_11(&self) -> bool

SOUT is used for input data and SIN for output data.