Enum tm4c129x::comp::comp_acctl0::CompAcctl0TsenR [] [src]

pub enum CompAcctl0TsenR {
    CompAcctl0TsenLevel,
    CompAcctl0TsenFall,
    CompAcctl0TsenRise,
    CompAcctl0TsenBoth,
}

Possible values of the field COMP_ACCTL0_TSEN

Variants

Level sense, see TSLVAL

Falling edge

Rising edge

Either edge

Methods

impl CompAcctl0TsenR
[src]

Value of the field as raw bits

Checks if the value of the field is CompAcctl0TsenLevel

Checks if the value of the field is CompAcctl0TsenFall

Checks if the value of the field is CompAcctl0TsenRise

Checks if the value of the field is CompAcctl0TsenBoth

Trait Implementations

impl Clone for CompAcctl0TsenR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CompAcctl0TsenR
[src]

impl Debug for CompAcctl0TsenR
[src]

Formats the value using the given formatter.

impl PartialEq for CompAcctl0TsenR
[src]

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

This method tests for !=.