[][src]Enum stm32f4xx_hal::stm32::ethernet_dma::dmaomr::TTCR

pub enum TTCR {
    TTC64,
    TTC128,
    TTC192,
    TTC256,
    TTC40,
    TTC32,
    TTC24,
    TTC16,
}

Possible values of the field TTC

Variants

TTC64

64 bytes

TTC128

128 bytes

TTC192

192 bytes

TTC256

256 bytes

TTC40

40 bytes

TTC32

32 bytes

TTC24

24 bytes

TTC16

16 bytes

Methods

impl TTCR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_ttc64(&self) -> bool[src]

Checks if the value of the field is TTC64

pub fn is_ttc128(&self) -> bool[src]

Checks if the value of the field is TTC128

pub fn is_ttc192(&self) -> bool[src]

Checks if the value of the field is TTC192

pub fn is_ttc256(&self) -> bool[src]

Checks if the value of the field is TTC256

pub fn is_ttc40(&self) -> bool[src]

Checks if the value of the field is TTC40

pub fn is_ttc32(&self) -> bool[src]

Checks if the value of the field is TTC32

pub fn is_ttc24(&self) -> bool[src]

Checks if the value of the field is TTC24

pub fn is_ttc16(&self) -> bool[src]

Checks if the value of the field is TTC16

Trait Implementations

impl PartialEq<TTCR> for TTCR[src]

impl Debug for TTCR[src]

impl Clone for TTCR[src]

impl Copy for TTCR[src]

Auto Trait Implementations

impl Unpin for TTCR

impl Send for TTCR

impl Sync for TTCR

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<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