PltieR

Type Alias PltieR 

pub type PltieR = BitReader<Pltie>;
Expand description

Field PLTIE reader - Pin Low Timeout Interrupt Enable

Aliased Type§

pub struct PltieR { /* private fields */ }

Implementations§

§

impl PltieR

pub const fn variant(&self) -> Pltie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.