Enum lpc13xx::iocon::pio1_4::ADMODER [] [src]

pub enum ADMODER {
    ANALOG_INPUT_MODE,
    DIGITAL_FUNCTIONAL_M,
}

Possible values of the field ADMODE

Variants

Analog input mode

Digital functional mode

Methods

impl ADMODER
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ANALOG_INPUT_MODE

[src]

Checks if the value of the field is DIGITAL_FUNCTIONAL_M

Trait Implementations

impl Clone for ADMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ADMODER
[src]

impl Debug for ADMODER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ADMODER
[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 !=.

Auto Trait Implementations

impl Send for ADMODER

impl Sync for ADMODER