Enum xmc1000::ccu80::gctrl::SUSCFGW[][src]

pub enum SUSCFGW {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
}

Values that can be written to the field SUSCFG

Variants

Suspend request ignored. The module never enters in suspend

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

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

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

Auto Trait Implementations

impl Send for SUSCFGW

impl Sync for SUSCFGW