Struct zinc_hal_lpc11xx::ioregs::CT32B0_tc_Get
[−]
[src]
pub struct CT32B0_tc_Get { // some fields omitted }
TC
: Timer Counter (TC). The 32-bit TC is incremented every PR+1 cycles of PCLK. The TC is controlled through the TCR.
Methods
impl CT32B0_tc_Get
fn new(reg: &CT32B0_tc) -> CT32B0_tc_Get
Create a getter reflecting the current value of the given register.
fn raw(&self) -> u32
Get the raw value of the register.
fn tc(&self) -> u32
Get value of TC
field: Timer counter value.