PltfR

Type Alias PltfR 

pub type PltfR = BitReader<Pltf>;
Expand description

Field PLTF reader - Pin Low Timeout Flag

Aliased Type§

pub struct PltfR { /* private fields */ }

Implementations§

§

impl PltfR

pub const fn variant(&self) -> Pltf

Get enumerated values variant

pub fn is_0(&self) -> bool

Pin low timeout has not occurred or is disabled.

pub fn is_1(&self) -> bool

Pin low timeout has occurred.