Type Alias xmc4400::usic0_ch0::kscfg::MODEN_R

source ·
pub type MODEN_R = BitReader<MODEN_A>;
Expand description

Field MODEN reader - Module Enable

Aliased Type§

struct MODEN_R { /* private fields */ }

Implementations§

source§

impl MODEN_R

source

pub const fn variant(&self) -> MODEN_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

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 is_value2(&self) -> bool

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.