Type Alias xmc4800::dsd_ch0::fcfga::EgtW

source ·
pub type EgtW<'a, REG> = BitWriter<'a, REG, Egt>;
Expand description

Field EGT writer - Event Gating

Aliased Type§

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

Implementations§

source§

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

source

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

Separate: generate events according to ESEL

source

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

Coupled: generate events only when the integrator is enabled and after the discard phase defined by bitfield NVALDISWhile the integrator is bypassed, event gating is disabled, i.e. service requests are generated according to bitfield ESEL. The event gating suppresses service requests, result values are still stored in register RESAx.