Enum lpc13xx::iocon::r_pio1_2::FUNCR [] [src]

pub enum FUNCR {
    R,
    PIO,
    AD3,
    CT3,
    _Reserved(u8),
}

Possible values of the field FUNC

Variants

Selects function R. This function is reserved. Select one of the alternate functions below.

Selects function PIO1_2.

Selects function AD3.

Selects function CT32B1_MAT1.

Reserved

Methods

impl FUNCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is R

[src]

Checks if the value of the field is PIO

[src]

Checks if the value of the field is AD3

[src]

Checks if the value of the field is CT3

Trait Implementations

impl Clone for FUNCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FUNCR
[src]

impl Debug for FUNCR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for FUNCR