[][src]Struct k210_pac::sysctl::dma_sel0::DMA_SEL1_W

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

Write proxy for field dma_sel1

Methods

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

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

Writes variant to the field

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

0

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

1

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

10

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

11

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

100

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

101

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

110

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

111

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

1000

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

1001

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

1010

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

1011

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

1100

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

1101

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

1110

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

1111

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

10000

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

10001

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

10010

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

10011

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

10100

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

10101

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

10110

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

10111

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

11000

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

11001

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

11010

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

11011

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

11100

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

11101

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

11110

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

11111

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

100000

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for DMA_SEL1_W<'a>

impl<'a> Send for DMA_SEL1_W<'a>

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

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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