FxmxchR

Type Alias FxmxchR 

pub type FxmxchR = FieldReader<Fxmxch>;
Expand description

Field FXMXCH reader - Fixed channel selection

Aliased Type§

pub struct FxmxchR { /* private fields */ }

Implementations§

§

impl FxmxchR

pub const fn variant(&self) -> Fxmxch

Get enumerated values variant

pub fn is_000(&self) -> bool

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

pub fn is_001(&self) -> bool

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

pub fn is_010(&self) -> bool

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

pub fn is_011(&self) -> bool

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

pub fn is_100(&self) -> bool

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

pub fn is_101(&self) -> bool

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

pub fn is_110(&self) -> bool

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

pub fn is_111(&self) -> bool

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