[−]Enum arduino_mkrzero::target_device::gclk::clkctrl::IDR
Possible values of the field ID
Variants
DFLL48DFLL48
FDPLLFDPLL
FDPLL32KFDPLL32K
WDTWDT
RTCRTC
EICEIC
USBUSB
EVSYS_0EVSYS_0
EVSYS_1EVSYS_1
EVSYS_2EVSYS_2
EVSYS_3EVSYS_3
EVSYS_4EVSYS_4
EVSYS_5EVSYS_5
EVSYS_6EVSYS_6
EVSYS_7EVSYS_7
EVSYS_8EVSYS_8
EVSYS_9EVSYS_9
EVSYS_10EVSYS_10
EVSYS_11EVSYS_11
SERCOMX_SLOWSERCOMX_SLOW
SERCOM0_CORESERCOM0_CORE
SERCOM1_CORESERCOM1_CORE
SERCOM2_CORESERCOM2_CORE
SERCOM3_CORESERCOM3_CORE
SERCOM4_CORESERCOM4_CORE
SERCOM5_CORESERCOM5_CORE
TCC0_TCC1TCC0_TCC1
TCC2_TC3TCC2_TC3
TC4_TC5TC4_TC5
TC6_TC7TC6_TC7
ADCADC
AC_DIGAC_DIG
AC_ANAAC_ANA
DACDAC
I2S_0I2S_0
I2S_1I2S_1
_Reserved(u8)Reserved
Methods
impl IDR
pub fn bits(&self) -> u8
Value of the field as raw bits
pub fn is_dfll48(&self) -> bool
Checks if the value of the field is DFLL48
pub fn is_fdpll(&self) -> bool
Checks if the value of the field is FDPLL
pub fn is_fdpll32k(&self) -> bool
Checks if the value of the field is FDPLL32K
pub fn is_wdt(&self) -> bool
Checks if the value of the field is WDT
pub fn is_rtc(&self) -> bool
Checks if the value of the field is RTC
pub fn is_eic(&self) -> bool
Checks if the value of the field is EIC
pub fn is_usb(&self) -> bool
Checks if the value of the field is USB
pub fn is_evsys_0(&self) -> bool
Checks if the value of the field is EVSYS_0
pub fn is_evsys_1(&self) -> bool
Checks if the value of the field is EVSYS_1
pub fn is_evsys_2(&self) -> bool
Checks if the value of the field is EVSYS_2
pub fn is_evsys_3(&self) -> bool
Checks if the value of the field is EVSYS_3
pub fn is_evsys_4(&self) -> bool
Checks if the value of the field is EVSYS_4
pub fn is_evsys_5(&self) -> bool
Checks if the value of the field is EVSYS_5
pub fn is_evsys_6(&self) -> bool
Checks if the value of the field is EVSYS_6
pub fn is_evsys_7(&self) -> bool
Checks if the value of the field is EVSYS_7
pub fn is_evsys_8(&self) -> bool
Checks if the value of the field is EVSYS_8
pub fn is_evsys_9(&self) -> bool
Checks if the value of the field is EVSYS_9
pub fn is_evsys_10(&self) -> bool
Checks if the value of the field is EVSYS_10
pub fn is_evsys_11(&self) -> bool
Checks if the value of the field is EVSYS_11
pub fn is_sercomx_slow(&self) -> bool
Checks if the value of the field is SERCOMX_SLOW
pub fn is_sercom0_core(&self) -> bool
Checks if the value of the field is SERCOM0_CORE
pub fn is_sercom1_core(&self) -> bool
Checks if the value of the field is SERCOM1_CORE
pub fn is_sercom2_core(&self) -> bool
Checks if the value of the field is SERCOM2_CORE
pub fn is_sercom3_core(&self) -> bool
Checks if the value of the field is SERCOM3_CORE
pub fn is_sercom4_core(&self) -> bool
Checks if the value of the field is SERCOM4_CORE
pub fn is_sercom5_core(&self) -> bool
Checks if the value of the field is SERCOM5_CORE
pub fn is_tcc0_tcc1(&self) -> bool
Checks if the value of the field is TCC0_TCC1
pub fn is_tcc2_tc3(&self) -> bool
Checks if the value of the field is TCC2_TC3
pub fn is_tc4_tc5(&self) -> bool
Checks if the value of the field is TC4_TC5
pub fn is_tc6_tc7(&self) -> bool
Checks if the value of the field is TC6_TC7
pub fn is_adc(&self) -> bool
Checks if the value of the field is ADC
pub fn is_ac_dig(&self) -> bool
Checks if the value of the field is AC_DIG
pub fn is_ac_ana(&self) -> bool
Checks if the value of the field is AC_ANA
pub fn is_dac(&self) -> bool
Checks if the value of the field is DAC
pub fn is_i2s_0(&self) -> bool
Checks if the value of the field is I2S_0
pub fn is_i2s_1(&self) -> bool
Checks if the value of the field is I2S_1
Trait Implementations
impl Debug for IDR
impl PartialEq<IDR> for IDR
impl Clone for IDR
fn clone(&self) -> IDR
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for IDR
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self