Type Alias xmc4200::eru0::exicon::LD_R

source ·
pub type LD_R = BitReader<LD_A>;
Expand description

Field LD reader - Rebuild Level Detection for Status Flag for ETLx

Aliased Type§

struct LD_R { /* private fields */ }

Implementations§

source§

impl LD_R

source

pub const fn variant(&self) -> LD_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The status flag FL is not cleared by hardware and is used as “sticky” bit. Once set, it is not influenced by any edge until it becomes cleared by software.

source

pub fn is_value2(&self) -> bool

The status flag FL rebuilds a level detection of the desired event. It becomes automatically set with a rising edge if RE = 1 or with a falling edge if FE = 1. It becomes automatically cleared with a rising edge if RE = 0 or with a falling edge if FE = 0.