MuxR

Type Alias MuxR 

pub type MuxR = FieldReader<Mux>;
Expand description

Field MUX reader - Pin Mux Control

Aliased Type§

pub struct MuxR { /* private fields */ }

Implementations§

§

impl MuxR

pub const fn variant(&self) -> Mux

Get enumerated values variant

pub fn is_000(&self) -> bool

Pin disabled (Alternative 0) (analog).

pub fn is_001(&self) -> bool

Alternative 1 (GPIO).

pub fn is_010(&self) -> bool

Alternative 2 (chip-specific).

pub fn is_011(&self) -> bool

Alternative 3 (chip-specific).

pub fn is_100(&self) -> bool

Alternative 4 (chip-specific).

pub fn is_101(&self) -> bool

Alternative 5 (chip-specific).

pub fn is_110(&self) -> bool

Alternative 6 (chip-specific).

pub fn is_111(&self) -> bool

Alternative 7 (chip-specific).