Type Alias xmc4400::ccu80_cc80::stc::STM_W

source ·
pub type STM_W<'a, REG> = FieldWriter<'a, REG, 2, STM_A>;
Expand description

Field STM writer - Shadow transfer mode

Aliased Type§

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

Implementations§

source§

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

source

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

Shadow transfer is done in Period Match and One match.

source

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

Shadow transfer is done only in Period Match.

source

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

Shadow transfer is done only in One Match.