[][src]Struct lpc11xx::C_CAN

pub struct C_CAN { /* fields omitted */ }

Controller Area Network Controller

Methods

impl C_CAN[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn canif1_cmdmsk_r(&self) -> &CANIF_CMDMSK_R[src]

0x24 - Message interface command mask - read direction

pub fn canif1_cmdmsk_r_mut(&self) -> &mut CANIF_CMDMSK_R[src]

0x24 - Message interface command mask - read direction

pub fn canif1_cmdmsk_w(&self) -> &CANIF_CMDMSK_W[src]

0x24 - Message interface command mask - write direction

pub fn canif1_cmdmsk_w_mut(&self) -> &mut CANIF_CMDMSK_W[src]

0x24 - Message interface command mask - write direction

pub fn canif2_cmdmsk_r(&self) -> &CANIF_CMDMSK_R[src]

0x84 - Message interface command mask - read direction

pub fn canif2_cmdmsk_r_mut(&self) -> &mut CANIF_CMDMSK_R[src]

0x84 - Message interface command mask - read direction

pub fn canif2_cmdmsk_w(&self) -> &CANIF_CMDMSK_W[src]

0x84 - Message interface command mask - write direction

pub fn canif2_cmdmsk_w_mut(&self) -> &mut CANIF_CMDMSK_W[src]

0x84 - Message interface command mask - write direction

Trait Implementations

impl Deref for C_CAN[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for C_CAN[src]

Auto Trait Implementations

impl Unpin for C_CAN

impl !Sync for C_CAN

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self