[]Struct stm32f407g_disc::ethernet_dma::dmaomr::_TTCW

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

Proxy

Methods

impl<'a> _TTCW<'a>

pub fn variant(self, variant: TTCW) -> &'a mut W

Writes variant to the field

pub fn ttc64(self) -> &'a mut W

64 bytes

pub fn ttc128(self) -> &'a mut W

128 bytes

pub fn ttc192(self) -> &'a mut W

192 bytes

pub fn ttc256(self) -> &'a mut W

256 bytes

pub fn ttc40(self) -> &'a mut W

40 bytes

pub fn ttc32(self) -> &'a mut W

32 bytes

pub fn ttc24(self) -> &'a mut W

24 bytes

pub fn ttc16(self) -> &'a mut W

16 bytes

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _TTCW<'a>

impl<'a> Sync for _TTCW<'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]