Type Alias xmc4400::hrpwm0_hrc0::gsel::S0ES_W

source ·
pub type S0ES_W<'a, REG> = FieldWriter<'a, REG, 2, S0ES_A, Safe>;
Expand description

Field S0ES writer - Source selector 0 set edge configuration

Aliased Type§

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

Implementations§

source§

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

source

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

Generation of the set signal is disabled

source

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

Set signal is generated on a LOW to HIGH transition of the selected input

source

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

Set signal is generated on a HIGH to LOW transition of the selected input

source

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

Set signal is generated on both transitions of the selected input