[][src]Struct atsame70j21b::xdmac::xdmac_chid::xdmac_cc::PERID_W

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

Write proxy for field PERID

Implementations

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

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

Writes variant to the field

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

QSPI_TX

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

QSPI_RX

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

USART0_TX

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

USART0_RX

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

USART1_TX

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

USART1_RX

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

PWM0

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

TWIHS0_TX

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

TWIHS0_RX

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

TWIHS1_TX

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

TWIHS1_RX

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

UART0_TX

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

UART0_RX

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

UART1_TX

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

UART1_RX

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

UART2_TX

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

UART2_RX

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

DACC0

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

SSC_TX

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

SSC_RX

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

PIOA

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

AFEC0

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

AFEC1

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

AES_TX

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

AES_RX

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

PWM1

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

TC0

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

TC3

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

TC6

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

TC9

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for PERID_W<'a>

impl<'a> !Sync for PERID_W<'a>

impl<'a> Unpin for PERID_W<'a>

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.