[][src]Enum atsame70q19b::gmac::gmac_dcfgr::RXBMS_A

#[repr(u8)]pub enum RXBMS_A {
    EIGHTH,
    QUARTER,
    HALF,
    FULL,
}

Receiver Packet Buffer Memory Size Select

Value on reset: 0

Variants

EIGHTH

0: 4/8 Kbyte Memory Size

QUARTER

1: 4/4 Kbytes Memory Size

HALF

2: 4/2 Kbytes Memory Size

FULL

3: 4 Kbytes Memory Size

Trait Implementations

impl Clone for RXBMS_A[src]

impl Copy for RXBMS_A[src]

impl Debug for RXBMS_A[src]

impl From<RXBMS_A> for u8[src]

impl PartialEq<RXBMS_A> for RXBMS_A[src]

impl StructuralPartialEq for RXBMS_A[src]

Auto Trait Implementations

impl Send for RXBMS_A

impl Sync for RXBMS_A

impl Unpin for RXBMS_A

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> Same<T> for T

type Output = T

Should always be Self

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.