Struct zinc_hal_lpc11xx::ioregs::C_CAN_canbrpe [] [src]

pub struct C_CAN_canbrpe {
    // some fields omitted
}

Register CANBRPE: Baud rate prescaler extension register

Methods

impl C_CAN_canbrpe

fn get(&self) -> C_CAN_canbrpe_Get

Fetch the value of the CANBRPE register.

fn brpe(&self) -> u32

Get value of BRPE field.

fn ignoring_state(&self) -> C_CAN_canbrpe_Update

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

fn set_brpe<'a>(&'a mut self, new_value: u32) -> C_CAN_canbrpe_Update<'a>

Set value of BRPE field.

Trait Implementations

impl Copy for C_CAN_canbrpe

Derived Implementations

impl Clone for C_CAN_canbrpe

fn clone(&self) -> C_CAN_canbrpe

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