[][src]Struct atsamd51j19a::pac::intflagc::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 tcc2_(&mut self) -> _TCC2_W[src]

Bit 3 - TCC2

pub fn tcc3_(&mut self) -> _TCC3_W[src]

Bit 4 - TCC3

pub fn tc4_(&mut self) -> _TC4_W[src]

Bit 5 - TC4

pub fn tc5_(&mut self) -> _TC5_W[src]

Bit 6 - TC5

pub fn pdec_(&mut self) -> _PDEC_W[src]

Bit 7 - PDEC

pub fn ac_(&mut self) -> _AC_W[src]

Bit 8 - AC

pub fn aes_(&mut self) -> _AES_W[src]

Bit 9 - AES

pub fn trng_(&mut self) -> _TRNG_W[src]

Bit 10 - TRNG

pub fn icm_(&mut self) -> _ICM_W[src]

Bit 11 - ICM

pub fn pukcc_(&mut self) -> _PUKCC_W[src]

Bit 12 - PUKCC

pub fn qspi_(&mut self) -> _QSPI_W[src]

Bit 13 - QSPI

pub fn ccl_(&mut self) -> _CCL_W[src]

Bit 14 - CCL

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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]