PinpolW

Type Alias PinpolW 

pub type PinpolW<'a, REG> = BitWriter<'a, REG, Pinpol>;
Expand description

Field PINPOL writer - Shifter Pin Polarity

Aliased Type§

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

Implementations§

§

impl<'a, REG> PinpolW<'a, REG>
where REG: Writable + RegisterSpec,

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

Pin is active high

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

Pin is active low