Type Alias xmc4400::usic0_ch0::kscfg::MODEN_W

source ·
pub type MODEN_W<'a, REG> = BitWriter<'a, REG, MODEN_A>;
Expand description

Field MODEN writer - Module Enable

Aliased Type§

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

Implementations§

source§

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

source

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

The module is switched off immediately (without respecting a stop condition). It does not react on mode control actions and the module clock is switched off. The module does not react on read accesses and ignores write accesses (except to KSCFG).

source

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

The module is switched on and can operate. After writing 1 to MODEN, it is recommended to read register KSCFG to avoid pipeline effects in the control block before accessing other Service Request Processing registers.