[][src]Struct imxrt1062_usb1::sbuscfg::AHBBRST_W

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

Write proxy for field AHBBRST

Methods

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

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

Writes variant to the field

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

Incremental burst of unspecified length only

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

INCR4 burst, then single transfer

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

INCR8 burst, INCR4 burst, then single transfer

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

INCR16 burst, INCR8 burst, INCR4 burst, then single transfer

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

INCR4 burst, then incremental burst of unspecified length

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

INCR8 burst, INCR4 burst, then incremental burst of unspecified length

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

INCR16 burst, INCR8 burst, INCR4 burst, then incremental burst of unspecified length

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for AHBBRST_W<'a>

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

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