Enum tm4c123x::timer0::ctl::TAEVENTR [] [src]

pub enum TAEVENTR {
    POS,
    NEG,
    BOTH,
    _Reserved(u8),
}

Possible values of the field TAEVENT

Variants

Positive edge

Negative edge

Both edges

Reserved

Methods

impl TAEVENTR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is POS

[src]

Checks if the value of the field is NEG

[src]

Checks if the value of the field is BOTH

Trait Implementations

impl Clone for TAEVENTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TAEVENTR
[src]

impl Debug for TAEVENTR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TAEVENTR
[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 TAEVENTR

impl Sync for TAEVENTR