MselR

Type Alias MselR 

pub type MselR = FieldReader<Msel>;
Expand description

Field MSEL reader - Minus Input MUX Control

Aliased Type§

pub struct MselR { /* private fields */ }

Implementations§

§

impl MselR

pub const fn variant(&self) -> Msel

Get enumerated values variant

pub fn is_000(&self) -> bool

IN0

pub fn is_001(&self) -> bool

IN1

pub fn is_010(&self) -> bool

IN2

pub fn is_011(&self) -> bool

IN3

pub fn is_100(&self) -> bool

IN4

pub fn is_101(&self) -> bool

IN5

pub fn is_110(&self) -> bool

IN6

pub fn is_111(&self) -> bool

IN7