PincfgW

Type Alias PincfgW 

pub type PincfgW<'a, REG> = FieldWriter<'a, REG, 2, Pincfg, Safe>;
Expand description

Field PINCFG writer - Pin Configuration

Aliased Type§

pub struct PincfgW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> PincfgW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _00(self) -> &'a mut W<REG>

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

pub fn _01(self) -> &'a mut W<REG>

SIN is used for both input and output data.

pub fn _10(self) -> &'a mut W<REG>

SOUT is used for both input and output data.

pub fn _11(self) -> &'a mut W<REG>

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