Struct zinc_hal_lpc11xx::ioregs::C_CAN_cannd2_Get [] [src]

pub struct C_CAN_cannd2_Get {
    // some fields omitted
}

CANND2: New data 2

Methods

impl C_CAN_cannd2_Get

fn new(reg: &C_CAN_cannd2) -> C_CAN_cannd2_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn newdat_32_17(&self) -> u32

Get value of NEWDAT_32_17 field: New data bits of message objects 32 to 17. 0 = No new data has been written into the data portion of this Message Object by the Message Handler since last time this flag was cleared by the CPU. 1 = The Message Handler or the CPU has written new data into the data portion of this Message Object.

Trait Implementations

impl Copy for C_CAN_cannd2_Get

Derived Implementations

impl Clone for C_CAN_cannd2_Get

fn clone(&self) -> C_CAN_cannd2_Get

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