[][src]Struct atsamd51j19a::pac::intflaga::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn pac_(&mut self) -> _PAC_W[src]

Bit 0 - PAC

pub fn pm_(&mut self) -> _PM_W[src]

Bit 1 - PM

pub fn mclk_(&mut self) -> _MCLK_W[src]

Bit 2 - MCLK

pub fn rstc_(&mut self) -> _RSTC_W[src]

Bit 3 - RSTC

pub fn oscctrl_(&mut self) -> _OSCCTRL_W[src]

Bit 4 - OSCCTRL

pub fn osc32kctrl_(&mut self) -> _OSC32KCTRL_W[src]

Bit 5 - OSC32KCTRL

pub fn supc_(&mut self) -> _SUPC_W[src]

Bit 6 - SUPC

pub fn gclk_(&mut self) -> _GCLK_W[src]

Bit 7 - GCLK

pub fn wdt_(&mut self) -> _WDT_W[src]

Bit 8 - WDT

pub fn rtc_(&mut self) -> _RTC_W[src]

Bit 9 - RTC

pub fn eic_(&mut self) -> _EIC_W[src]

Bit 10 - EIC

pub fn freqm_(&mut self) -> _FREQM_W[src]

Bit 11 - FREQM

pub fn sercom0_(&mut self) -> _SERCOM0_W[src]

Bit 12 - SERCOM0

pub fn sercom1_(&mut self) -> _SERCOM1_W[src]

Bit 13 - SERCOM1

pub fn tc0_(&mut self) -> _TC0_W[src]

Bit 14 - TC0

pub fn tc1_(&mut self) -> _TC1_W[src]

Bit 15 - TC1

Auto Trait Implementations

impl Send for W

impl Sync for W

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]