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

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

Proxy

Methods

impl<'a> _IDW<'a>[src]

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

Writes variant to the field

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

DFLL48

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

FDPLL

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

FDPLL32K

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

WDT

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

RTC

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

EIC

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

USB

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

EVSYS_0

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

EVSYS_1

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

EVSYS_2

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

EVSYS_3

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

EVSYS_4

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

EVSYS_5

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

EVSYS_6

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

EVSYS_7

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

EVSYS_8

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

EVSYS_9

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

EVSYS_10

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

EVSYS_11

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

SERCOMX_SLOW

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

SERCOM0_CORE

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

SERCOM1_CORE

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

SERCOM2_CORE

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

SERCOM3_CORE

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

SERCOM4_CORE

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

SERCOM5_CORE

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

TCC0_TCC1

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

TCC2_TC3

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

TC4_TC5

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

TC6_TC7

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

ADC

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

AC_DIG

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

AC_ANA

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

DAC

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

I2S_0

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

I2S_1

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

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]