[]Enum stm32f407g_disc::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

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_ttc64(&self) -> bool

Checks if the value of the field is TTC64

pub fn is_ttc128(&self) -> bool

Checks if the value of the field is TTC128

pub fn is_ttc192(&self) -> bool

Checks if the value of the field is TTC192

pub fn is_ttc256(&self) -> bool

Checks if the value of the field is TTC256

pub fn is_ttc40(&self) -> bool

Checks if the value of the field is TTC40

pub fn is_ttc32(&self) -> bool

Checks if the value of the field is TTC32

pub fn is_ttc24(&self) -> bool

Checks if the value of the field is TTC24

pub fn is_ttc16(&self) -> bool

Checks if the value of the field is TTC16

Trait Implementations

impl PartialEq<TTCR> for TTCR

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for TTCR

impl Copy for TTCR

impl Clone for TTCR

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TTCR

impl Sync for TTCR

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]