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,
impl<'a, REG> PinpolW<'a, REG>where
REG: Writable + RegisterSpec,
Sourcepub fn active_high(self) -> &'a mut W<REG>
pub fn active_high(self) -> &'a mut W<REG>
Active high
Sourcepub fn active_low(self) -> &'a mut W<REG>
pub fn active_low(self) -> &'a mut W<REG>
Active low