SdieR

Type Alias SdieR 

pub type SdieR = BitReader<Sdie>;
Expand description

Field SDIE reader - STOP Detect Interrupt Enable

Aliased Type§

pub struct SdieR { /* private fields */ }

Implementations§

§

impl SdieR

pub const fn variant(&self) -> Sdie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.