Struct zinc_hal_lpc11xx::ioregs::C_CAN_cantxreq1_Get [] [src]

pub struct C_CAN_cantxreq1_Get {
    // some fields omitted
}

CANTXREQ1: Transmission request 1

Methods

impl C_CAN_cantxreq1_Get

fn new(reg: &C_CAN_cantxreq1) -> C_CAN_cantxreq1_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn txrqst_16_1(&self) -> u32

Get value of TXRQST_16_1 field: Transmission request bit of message objects 16 to 1. 0 = This message object is not waiting for transmission. 1 = The transmission of this message object is requested and not yet done.

Trait Implementations

impl Copy for C_CAN_cantxreq1_Get

Derived Implementations

impl Clone for C_CAN_cantxreq1_Get

fn clone(&self) -> C_CAN_cantxreq1_Get

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