Struct zinc_hal_lpc11xx::ioregs::CT16B0_cr1_Get [] [src]

pub struct CT16B0_cr1_Get {
    // some fields omitted
}

CR1: Capture Register (CR). CR is loaded with the value of TC when there is an event on the CT16Bn_CAPm input.

Methods

impl CT16B0_cr1_Get

fn new(reg: &CT16B0_cr1) -> CT16B0_cr1_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn cap(&self) -> u32

Get value of CAP field: Timer counter capture value.

Trait Implementations

impl Copy for CT16B0_cr1_Get

Derived Implementations

impl Clone for CT16B0_cr1_Get

fn clone(&self) -> CT16B0_cr1_Get

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