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,
impl<'a, REG> PdeW<'a, REG>where
REG: Writable + RegisterSpec,
Sourcepub fn dis_pulldowns(self) -> &'a mut W<REG>
pub fn dis_pulldowns(self) -> &'a mut W<REG>
Disable on D+ and D-
Sourcepub fn en_pulldowns(self) -> &'a mut W<REG>
pub fn en_pulldowns(self) -> &'a mut W<REG>
Enable on D+ and D-