atsamd21g::tcc0::fctrlb

Type Alias ChselR

Source
pub type ChselR = FieldReader<Chselselect>;
Expand description

Field CHSEL reader - Fault B Capture Channel

Aliased Type§

struct ChselR { /* private fields */ }

Implementations§

Source§

impl ChselR

Source

pub const fn variant(&self) -> Chselselect

Get enumerated values variant

Source

pub fn is_cc0(&self) -> bool

Capture value stored in channel 0

Source

pub fn is_cc1(&self) -> bool

Capture value stored in channel 1

Source

pub fn is_cc2(&self) -> bool

Capture value stored in channel 2

Source

pub fn is_cc3(&self) -> bool

Capture value stored in channel 3