Enum efm32gg11b820::pcnt1::ctrl::TCCMODER [] [src]

pub enum TCCMODER {
    DISABLED,
    LFA,
    PRS,
    _Reserved(u8),
}

Possible values of the field TCCMODE

Variants

Triggered compare and clear not enabled.

Compare and clear performed on each (optionally prescaled) LFA clock cycle.

Compare and clear performed on positive PRS edges.

Reserved

Methods

impl TCCMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLED

[src]

Checks if the value of the field is LFA

[src]

Checks if the value of the field is PRS

Trait Implementations

impl Clone for TCCMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TCCMODER
[src]

impl Debug for TCCMODER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TCCMODER
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for TCCMODER

impl Sync for TCCMODER