Struct atsame54n19a_pac::dmac::channel::chctrla::BURSTLEN_W[][src]

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

Write proxy for field BURSTLEN

Implementations

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

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

Writes variant to the field

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

Single-beat burst length

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

2-beats burst length

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

3-beats burst length

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

4-beats burst length

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

5-beats burst length

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

6-beats burst length

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

7-beats burst length

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

8-beats burst length

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

9-beats burst length

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

10-beats burst length

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

11-beats burst length

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

12-beats burst length

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

13-beats burst length

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

14-beats burst length

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

15-beats burst length

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

16-beats burst length

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for BURSTLEN_W<'a>

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

impl<'a> Unpin for BURSTLEN_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.