Skip to main content

PdeW

Type Alias PdeW 

Source
pub type PdeW<'a, REG> = BitWriter<'a, REG, Pde>;
Expand description

Field PDE writer - Pulldown Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable on D+ and D-

Source

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

Enable on D+ and D-