Type Alias xmc4200::ccu80::gctrl::SuscfgW

source ·
pub type SuscfgW<'a, REG> = FieldWriterSafe<'a, REG, 2, Suscfg>;
Expand description

Field SUSCFG writer - Suspend Mode Configuration

Aliased Type§

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

Implementations§

source§

impl<'a, REG> SuscfgW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

Suspend request ignored. The module never enters in suspend

source

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

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

source

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

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

source

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

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