PsW

Type Alias PsW 

pub type PsW<'a, REG> = BitWriter<'a, REG, Ps>;
Expand description

Field PS writer - Pull Select

Aliased Type§

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

Implementations§

§

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

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

Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.

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

Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.