Struct zinc_hal_lpc11xx::ioregs::C_CAN_canif1_msk2_Get [] [src]

pub struct C_CAN_canif1_msk2_Get {
    // some fields omitted
}

CANIF1_MSK2: Message interface 1 mask 2

Methods

impl C_CAN_canif1_msk2_Get

fn new(reg: &C_CAN_canif1_msk2) -> C_CAN_canif1_msk2_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn msk_28_16(&self) -> C_CAN_canif1_msk2_msk_28_16

Get value of MSK_28_16 field: Identifier mask

fn mdir(&self) -> C_CAN_canif1_msk2_mdir

Get value of MDIR field: Mask message direction

fn mxtd(&self) -> C_CAN_canif1_msk2_mxtd

Get value of MXTD field: Mask extend identifier

Trait Implementations

impl Copy for C_CAN_canif1_msk2_Get

Derived Implementations

impl Clone for C_CAN_canif1_msk2_Get

fn clone(&self) -> C_CAN_canif1_msk2_Get

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