PselR

Type Alias PselR 

pub type PselR = FieldReader<Psel>;
Expand description

Field PSEL reader - Plus Input MUX Control

Aliased Type§

pub struct PselR { /* private fields */ }

Implementations§

§

impl PselR

pub const fn variant(&self) -> Psel

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