[][src]Struct xmc4100::CAN_MO2

pub struct CAN_MO2 { /* fields omitted */ }

Controller Area Networks

Implementations

impl CAN_MO2[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn mostat(&self) -> &MOSTAT[src]

0x1c - Message Object Status Register

pub fn mostat_mut(&self) -> &mut MOSTAT[src]

0x1c - Message Object Status Register

pub fn moctr(&self) -> &MOCTR[src]

0x1c - Message Object Control Register

pub fn moctr_mut(&self) -> &mut MOCTR[src]

0x1c - Message Object Control Register

Trait Implementations

impl Deref for CAN_MO2[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for CAN_MO2[src]

Auto Trait Implementations

impl !Sync for CAN_MO2

impl Unpin for CAN_MO2

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.