[][src]Struct efm32gg11b820::ldma::ch18_ctrl::_BLOCKSIZEW

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

Proxy

Methods

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

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

Writes variant to the field

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

One unit transfer per arbitration

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

Two unit transfers per arbitration

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

Three unit transfers per arbitration

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

Four unit transfers per arbitration

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

Six unit transfers per arbitration

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

Eight unit transfers per arbitration

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

Sixteen unit transfers per arbitration

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

32 unit transfers per arbitration

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

64 unit transfers per arbitration

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

128 unit transfers per arbitration

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

256 unit transfers per arbitration

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

512 unit transfers per arbitration

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

1024 unit transfers per arbitration

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

Transfer all units as specified by the XFRCNT field

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _BLOCKSIZEW<'a>

impl<'a> Sync for _BLOCKSIZEW<'a>

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]

impl<T> Same for T

type Output = T

Should always be Self