[]Struct circuit_playground_express::gclk::clkctrl::_IDW

pub struct _IDW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _IDW<'a>

pub fn variant(self, variant: IDW) -> &'a mut W

Writes variant to the field

pub fn dfll48(self) -> &'a mut W

DFLL48

pub fn fdpll(self) -> &'a mut W

FDPLL

pub fn fdpll32k(self) -> &'a mut W

FDPLL32K

pub fn wdt(self) -> &'a mut W

WDT

pub fn rtc(self) -> &'a mut W

RTC

pub fn eic(self) -> &'a mut W

EIC

pub fn usb(self) -> &'a mut W

USB

pub fn evsys_0(self) -> &'a mut W

EVSYS_0

pub fn evsys_1(self) -> &'a mut W

EVSYS_1

pub fn evsys_2(self) -> &'a mut W

EVSYS_2

pub fn evsys_3(self) -> &'a mut W

EVSYS_3

pub fn evsys_4(self) -> &'a mut W

EVSYS_4

pub fn evsys_5(self) -> &'a mut W

EVSYS_5

pub fn evsys_6(self) -> &'a mut W

EVSYS_6

pub fn evsys_7(self) -> &'a mut W

EVSYS_7

pub fn evsys_8(self) -> &'a mut W

EVSYS_8

pub fn evsys_9(self) -> &'a mut W

EVSYS_9

pub fn evsys_10(self) -> &'a mut W

EVSYS_10

pub fn evsys_11(self) -> &'a mut W

EVSYS_11

pub fn sercomx_slow(self) -> &'a mut W

SERCOMX_SLOW

pub fn sercom0_core(self) -> &'a mut W

SERCOM0_CORE

pub fn sercom1_core(self) -> &'a mut W

SERCOM1_CORE

pub fn sercom2_core(self) -> &'a mut W

SERCOM2_CORE

pub fn sercom3_core(self) -> &'a mut W

SERCOM3_CORE

pub fn sercom4_core(self) -> &'a mut W

SERCOM4_CORE

pub fn sercom5_core(self) -> &'a mut W

SERCOM5_CORE

pub fn tcc0_tcc1(self) -> &'a mut W

TCC0_TCC1

pub fn tcc2_tc3(self) -> &'a mut W

TCC2_TC3

pub fn tc4_tc5(self) -> &'a mut W

TC4_TC5

pub fn tc6_tc7(self) -> &'a mut W

TC6_TC7

pub fn adc(self) -> &'a mut W

ADC

pub fn ac_dig(self) -> &'a mut W

AC_DIG

pub fn ac_ana(self) -> &'a mut W

AC_ANA

pub fn dac(self) -> &'a mut W

DAC

pub fn i2s_0(self) -> &'a mut W

I2S_0

pub fn i2s_1(self) -> &'a mut W

I2S_1

pub unsafe fn bits(self, value: u8) -> &'a mut W

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _IDW<'a>

impl<'a> Sync for _IDW<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]