PeW

Type Alias PeW 

pub type PeW<'a, REG> = BitWriter<'a, REG, Pe>;
Expand description

Field PE writer - Pull Enable

Aliased Type§

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

Implementations§

§

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

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

Internal pullup or pulldown resistor is not enabled on the corresponding pin.

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

Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.