Type Alias xmc4800::eru0::exicon::SsW

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

Field SS writer - Input Source Select for ERSx

Aliased Type§

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

Implementations§

source§

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

source

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

Input A without additional combination

source

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

Input B without additional combination

source

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

Input A OR input B

source

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

Input A AND input B