Enum stm32f0x2::gpioa::afrh::AFRH15R [] [src]

pub enum AFRH15R {
    AF0,
    AF1,
    AF2,
    AF3,
    AF4,
    AF5,
    AF6,
    AF7,
}

Possible values of the field AFRH15

Variants

Alternate Function 0

Alternate Function 1

Alternate Function 2

Alternate Function 3

Alternate Function 4

Alternate Function 5

Alternate Function 6

Alternate Function 7

Methods

impl AFRH15R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is AF0

[src]

Checks if the value of the field is AF1

[src]

Checks if the value of the field is AF2

[src]

Checks if the value of the field is AF3

[src]

Checks if the value of the field is AF4

[src]

Checks if the value of the field is AF5

[src]

Checks if the value of the field is AF6

[src]

Checks if the value of the field is AF7

Trait Implementations

impl Clone for AFRH15R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AFRH15R
[src]

impl Debug for AFRH15R
[src]

[src]

Formats the value using the given formatter.

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