Struct zinc_hal_lpc11xx::ioregs::C_CAN_canif2_msk1 [] [src]

pub struct C_CAN_canif2_msk1 {
    // some fields omitted
}

Register CANIF2_MSK1: Message interface 1 mask 1

Methods

impl C_CAN_canif2_msk1

fn get(&self) -> C_CAN_canif2_msk1_Get

Fetch the value of the CANIF2_MSK1 register.

fn msk_15_0(&self) -> C_CAN_canif2_msk1_msk_15_0

Get value of MSK_15_0 field.

fn ignoring_state(&self) -> C_CAN_canif2_msk1_Update

Create new updater that ignores current value of the CANIF2_MSK1 register.

fn set_msk_15_0<'a>(&'a mut self, new_value: C_CAN_canif2_msk1_msk_15_0) -> C_CAN_canif2_msk1_Update<'a>

Set value of MSK_15_0 field.

Trait Implementations

impl Copy for C_CAN_canif2_msk1

Derived Implementations

impl Clone for C_CAN_canif2_msk1

fn clone(&self) -> C_CAN_canif2_msk1

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