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
impl FxmxchR
pub fn is_000(&self) -> bool
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
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
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
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
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
pub fn is_101(&self) -> bool
Channel 5 is selected as the fixed reference input for the fixed mux port.