[][src]Struct atsamd51j19a::pac::intflagd::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 sercom4_(&mut self) -> _SERCOM4_W[src]

Bit 0 - SERCOM4

pub fn sercom5_(&mut self) -> _SERCOM5_W[src]

Bit 1 - SERCOM5

pub fn tcc4_(&mut self) -> _TCC4_W[src]

Bit 4 - TCC4

pub fn adc0_(&mut self) -> _ADC0_W[src]

Bit 7 - ADC0

pub fn adc1_(&mut self) -> _ADC1_W[src]

Bit 8 - ADC1

pub fn dac_(&mut self) -> _DAC_W[src]

Bit 9 - DAC

pub fn i2s_(&mut self) -> _I2S_W[src]

Bit 10 - I2S

pub fn pcc_(&mut self) -> _PCC_W[src]

Bit 11 - PCC

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]