Skip to main content

PinpolW

Type Alias PinpolW 

Source
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§

Source§

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

Source

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

Active high

Source

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

Active low