Enum efr32xg12p::pcnt2::ctrl::TCCPRESCR [] [src]

pub enum TCCPRESCR {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
}

Possible values of the field TCCPRESC

Variants

Compare and clear event each LFA cycle.

Compare and clear performed on every other LFA cycle.

Compare and clear performed on every 4th LFA cycle.

Compare and clear performed on every 8th LFA cycle.

Methods

impl TCCPRESCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DIV1

[src]

Checks if the value of the field is DIV2

[src]

Checks if the value of the field is DIV4

[src]

Checks if the value of the field is DIV8

Trait Implementations

impl Clone for TCCPRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TCCPRESCR
[src]

impl Debug for TCCPRESCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TCCPRESCR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.