Struct zinc_hal_lpc11xx::ioregs::C_CAN_canir2_Get [] [src]

pub struct C_CAN_canir2_Get {
    // some fields omitted
}

CANIR2: Interrupt pending 2

Methods

impl C_CAN_canir2_Get

fn new(reg: &C_CAN_canir2) -> C_CAN_canir2_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn intpnd_32_17(&self) -> u32

Get value of INTPND_32_17 field: Interrupt pending bits of message objects 32 to 17. 0 = This message object is ignored by the message handler. 1 = This message object is the source of an interrupt.

Trait Implementations

impl Copy for C_CAN_canir2_Get

Derived Implementations

impl Clone for C_CAN_canir2_Get

fn clone(&self) -> C_CAN_canir2_Get

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