Type Alias xmc4300::ccu40::gctrl::SuscfgR

source ·
pub type SuscfgR = FieldReader<Suscfg>;
Expand description

Field SUSCFG reader - Suspend Mode Configuration

Aliased Type§

struct SuscfgR { /* private fields */ }

Implementations§

source§

impl SuscfgR

source

pub const fn variant(&self) -> Suscfg

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.