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

pub enum CompAcctl0AsrcpR {
    CompAcctl0AsrcpPin,
    CompAcctl0AsrcpPin0,
    CompAcctl0AsrcpRef,
    _Reserved(u8),
}

Possible values of the field COMP_ACCTL0_ASRCP

Variants

Pin value of Cn+

Pin value of C0+

Internal voltage reference

Reserved

Methods

impl CompAcctl0AsrcpR
[src]

Value of the field as raw bits

Checks if the value of the field is CompAcctl0AsrcpPin

Checks if the value of the field is CompAcctl0AsrcpPin0

Checks if the value of the field is CompAcctl0AsrcpRef

Trait Implementations

impl Clone for CompAcctl0AsrcpR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CompAcctl0AsrcpR
[src]

impl Debug for CompAcctl0AsrcpR
[src]

Formats the value using the given formatter.

impl PartialEq for CompAcctl0AsrcpR
[src]

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

This method tests for !=.