Struct zinc_hal_lpc11xx::ioregs::C_CAN_canint [] [src]

pub struct C_CAN_canint {
    // some fields omitted
}

Register CANINT: Interrupt register

Methods

impl C_CAN_canint

fn get(&self) -> C_CAN_canint_Get

Fetch the value of the CANINT register.

fn intid(&self) -> u32

Get value of INTID field.

Trait Implementations

impl Copy for C_CAN_canint

Derived Implementations

impl Clone for C_CAN_canint

fn clone(&self) -> C_CAN_canint

fn clone_from(&mut self, source: &Self)