Struct zinc_hal_lpc11xx::ioregs::C_CAN_canmsgv2_Get [] [src]

pub struct C_CAN_canmsgv2_Get {
    // some fields omitted
}

CANMSGV2: Message valid 2

Methods

impl C_CAN_canmsgv2_Get

fn new(reg: &C_CAN_canmsgv2) -> C_CAN_canmsgv2_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn msgval_32_17(&self) -> u32

Get value of MSGVAL_32_17 field: Message valid bits of message objects 32 to 17. 0 = This message object is ignored by the message handler. 1 = This message object is configured and should be considered by the message handler.

Trait Implementations

impl Copy for C_CAN_canmsgv2_Get

Derived Implementations

impl Clone for C_CAN_canmsgv2_Get

fn clone(&self) -> C_CAN_canmsgv2_Get

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