[][src]Struct msp432e4::emac0::dmaopmode::_EMAC_DMAOPMODE_TTCW

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

Proxy

Methods

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

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

Writes variant to the field

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

64 bytes

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

128 bytes

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

192 bytes

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

256 bytes

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

40 bytes

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

32 bytes

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

24 bytes

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

16 bytes

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _EMAC_DMAOPMODE_TTCW<'a>

impl<'a> Sync for _EMAC_DMAOPMODE_TTCW<'a>

impl<'a> Send for _EMAC_DMAOPMODE_TTCW<'a>

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self