[−]Enum stm32_eth::stm32::ethernet_dma::dmaomr::TTCR
Possible values of the field TTC
Variants
TTC6464 bytes
TTC128128 bytes
TTC192192 bytes
TTC256256 bytes
TTC4040 bytes
TTC3232 bytes
TTC2424 bytes
TTC1616 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
fn eq(&self, other: &TTCR) -> bool
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Clone for TTCR
fn clone(&self) -> TTCR
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for TTCR
impl Debug for TTCR
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self