Struct stm32f1::stm32f107::ethernet_dma::dmaomr::TTC_W[][src]

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

Write proxy for field TTC

Implementations

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

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

Writes variant to the field

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

64 bytes

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

128 bytes

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

192 bytes

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

256 bytes

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

40 bytes

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

32 bytes

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

24 bytes

pub fn ttc16(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> Send for TTC_W<'a>[src]

impl<'a> !Sync for TTC_W<'a>[src]

impl<'a> Unpin for TTC_W<'a>[src]

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.