Struct lpc43xx::timer0::CCR [] [src]

pub struct CCR { /* fields omitted */ }

Capture Control Register. The CCR controls which edges of the capture inputs are used to load the Capture Registers and whether or not an interrupt is generated when a capture takes place.

Methods

impl CCR
[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 CCR

impl !Sync for CCR