[][src]Struct efm32pg12_pac::ldma::ch5_ctrl::BLOCKSIZE_W

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

Write proxy for field BLOCKSIZE

Methods

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

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

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

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