[][src]Enum k22f::can0::esr2::IMB_A

pub enum IMB_A {
    _0,
    _1,
}

Inactive Mailbox

Value on reset: 0

Variants

_0

0: If ESR2[VPS] is asserted, the ESR2[LPTM] is not an inactive Mailbox.

_1

1: If ESR2[VPS] is asserted, there is at least one inactive Mailbox. LPTM content is the number of the first one.

Trait Implementations

impl Clone for IMB_A[src]

impl Copy for IMB_A[src]

impl Debug for IMB_A[src]

impl From<IMB_A> for bool[src]

impl PartialEq<IMB_A> for IMB_A[src]

impl StructuralPartialEq for IMB_A[src]

Auto Trait Implementations

impl Send for IMB_A

impl Sync for IMB_A

impl Unpin for IMB_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.