Type Alias xmc4800::ccu40::gctrl::SUSCFG_R

source ·
pub type SUSCFG_R = FieldReader<SUSCFG_A>;
Expand description

Field SUSCFG reader - Suspend Mode Configuration

Aliased Type§

struct SUSCFG_R { /* private fields */ }

Implementations§

source§

impl SUSCFG_R

source

pub const fn variant(&self) -> SUSCFG_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Suspend request ignored. The module never enters in suspend

source

pub fn is_value2(&self) -> bool

Stops all the running slices immediately. Safe stop is not applied.

source

pub fn is_value3(&self) -> bool

Stops the block immediately and clamps all the outputs to PASSIVE state. Safe stop is applied.

source

pub fn is_value4(&self) -> bool

Waits for the roll over of each slice to stop and clamp the slices outputs. Safe stop is applied.