Enum stm32f0x2::gpioa::ospeedr::OSPEEDR15R [] [src]

pub enum OSPEEDR15R {
    LOWSPEED,
    MEDIUMSPEED,
    HIGHSPEED,
    _Reserved(u8),
}

Possible values of the field OSPEEDR15

Variants

Low Speed

Medium Speed

High Speed

Reserved

Methods

impl OSPEEDR15R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is LOWSPEED

[src]

Checks if the value of the field is MEDIUMSPEED

[src]

Checks if the value of the field is HIGHSPEED

Trait Implementations

impl Clone for OSPEEDR15R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OSPEEDR15R
[src]

impl Debug for OSPEEDR15R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OSPEEDR15R
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.