Enum lpc13xx::iocon::pio3_3::MODER [] [src]

pub enum MODER {
    INACTIVE_NO_PULL_DO,
    PULL_DOWN_RESISTOR_E,
    PULL_UP_RESISTOR_ENA,
    REPEATER_MODE,
}

Possible values of the field MODE

Variants

Inactive (no pull-down/pull-up resistor enabled)

Pull-down resistor enabled

Pull-up resistor enabled

Repeater mode

Methods

impl MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INACTIVE_NO_PULL_DO

[src]

Checks if the value of the field is PULL_DOWN_RESISTOR_E

[src]

Checks if the value of the field is PULL_UP_RESISTOR_ENA

[src]

Checks if the value of the field is REPEATER_MODE

Trait Implementations

impl Clone for MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODER
[src]

impl Debug for MODER
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for MODER