[][src]Struct atsamd51j19a::dmac::chctrla::_BURSTLENW

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

Proxy

Methods

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

pub fn variant(self, variant: BURSTLENW) -> &'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 _BURSTLENW<'a>

impl<'a> Sync for _BURSTLENW<'a>

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]