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

pub enum FUNCR {
    PIO,
    CT1,
    _Reserved(u8),
}

Possible values of the field FUNC

Variants

Selects function PIO1_8.

Selects function CT16B1_CAP0.

Reserved

Methods

impl FUNCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PIO

[src]

Checks if the value of the field is CT1

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