Struct lpc43xx::timer0::tcr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - When one, the Timer Counter and Prescale Counter are enabled for counting. When zero, the counters are disabled.

[src]

Bit 1 - When one, the Timer Counter and the Prescale Counter are synchronously reset on the next positive edge of PCLK. The counters remain reset until TCR[1] is returned to zero.

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W