Struct zinc_hal_lpc11xx::ioregs::C_CAN_cannd1_Get [] [src]

pub struct C_CAN_cannd1_Get {
    // some fields omitted
}

CANND1: New data 1

Methods

impl C_CAN_cannd1_Get

fn new(reg: &C_CAN_cannd1) -> C_CAN_cannd1_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_16_1(&self) -> u32

Get value of NEWDAT_16_1 field: New data bits of message objects 16 to 1. 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_cannd1_Get

Derived Implementations

impl Clone for C_CAN_cannd1_Get

fn clone(&self) -> C_CAN_cannd1_Get

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