FxmxchW

Type Alias FxmxchW 

pub type FxmxchW<'a, REG> = FieldWriter<'a, REG, 3, Fxmxch, Safe>;
Expand description

Field FXMXCH writer - Fixed channel selection

Aliased Type§

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

Implementations§

§

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

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

Channel 0 is selected as the fixed reference input for the fixed mux port.

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

Channel 1 is selected as the fixed reference input for the fixed mux port.

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

Channel 2 is selected as the fixed reference input for the fixed mux port.

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

Channel 3 is selected as the fixed reference input for the fixed mux port.

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

Channel 4 is selected as the fixed reference input for the fixed mux port.

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

Channel 5 is selected as the fixed reference input for the fixed mux port.

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

Channel 6 is selected as the fixed reference input for the fixed mux port.

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

Channel 7 is selected as the fixed reference input for the fixed mux port.