Struct lpc43xx::timer0::TCR [] [src]

pub struct TCR { /* fields omitted */ }

Timer Control Register. The TCR is used to control the Timer Counter functions. The Timer Counter can be disabled or reset through the TCR.

Methods

impl TCR
[src]

[src]

Modifies the contents of the register

[src]

Reads the contents of the register

[src]

Writes to the register

[src]

Writes the reset value to the register

Trait Implementations

Auto Trait Implementations

impl Send for TCR

impl !Sync for TCR