Type Alias IdR

Source
pub type IdR = FieldReader<Idselect>;
Expand description

Field ID reader - Generic Clock Selection ID

Aliased Type§

struct IdR { /* private fields */ }

Implementations§

Source§

impl IdR

Source

pub const fn variant(&self) -> Option<Idselect>

Get enumerated values variant

Source

pub fn is_dfll48(&self) -> bool

DFLL48

Source

pub fn is_fdpll(&self) -> bool

FDPLL

Source

pub fn is_fdpll32k(&self) -> bool

FDPLL32K

Source

pub fn is_wdt(&self) -> bool

WDT

Source

pub fn is_rtc(&self) -> bool

RTC

Source

pub fn is_eic(&self) -> bool

EIC

Source

pub fn is_usb(&self) -> bool

USB

Source

pub fn is_evsys_0(&self) -> bool

EVSYS_0

Source

pub fn is_evsys_1(&self) -> bool

EVSYS_1

Source

pub fn is_evsys_2(&self) -> bool

EVSYS_2

Source

pub fn is_evsys_3(&self) -> bool

EVSYS_3

Source

pub fn is_evsys_4(&self) -> bool

EVSYS_4

Source

pub fn is_evsys_5(&self) -> bool

EVSYS_5

Source

pub fn is_sercomx_slow(&self) -> bool

SERCOMX_SLOW

Source

pub fn is_sercom0_core(&self) -> bool

SERCOM0_CORE

Source

pub fn is_sercom1_core(&self) -> bool

SERCOM1_CORE

Source

pub fn is_sercom2_core(&self) -> bool

SERCOM2_CORE

Source

pub fn is_tcc0(&self) -> bool

TCC0

Source

pub fn is_tc1_tc2(&self) -> bool

TC1_TC2

Source

pub fn is_adc(&self) -> bool

ADC

Source

pub fn is_ac_dig(&self) -> bool

AC_DIG

Source

pub fn is_ac_ana(&self) -> bool

AC_ANA

Source

pub fn is_dac(&self) -> bool

DAC