PltfW

Type Alias PltfW 

pub type PltfW<'a, REG> = BitWriter<'a, REG, Pltf>;
Expand description

Field PLTF writer - Pin Low Timeout Flag

Aliased Type§

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

Implementations§

§

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

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

Pin low timeout has not occurred or is disabled.

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

Pin low timeout has occurred.