Struct zinc_hal_lpc11xx::ioregs::C_CAN_canif1_msk1_Get [] [src]

pub struct C_CAN_canif1_msk1_Get {
    // some fields omitted
}

CANIF1_MSK1: Message interface 1 mask 1

Methods

impl C_CAN_canif1_msk1_Get

fn new(reg: &C_CAN_canif1_msk1) -> C_CAN_canif1_msk1_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_15_0(&self) -> C_CAN_canif1_msk1_msk_15_0

Get value of MSK_15_0 field: Identifier mask

Trait Implementations

impl Copy for C_CAN_canif1_msk1_Get

Derived Implementations

impl Clone for C_CAN_canif1_msk1_Get

fn clone(&self) -> C_CAN_canif1_msk1_Get

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