Enum stm32f103xx::dma1::ccr1::PLR [] [src]

pub enum PLR {
    LOW,
    MEDIUM,
    HIGH,
    VERYHIGH,
}
[]

Possible values of the field PL

Variants

[]

Low

[]

Medium

[]

High

[]

Very High

Methods

impl PLR
[src]

[src]
[]

Value of the field as raw bits

[src]
[]

Checks if the value of the field is LOW

[src]
[]

Checks if the value of the field is MEDIUM

[src]
[]

Checks if the value of the field is HIGH

[src]
[]

Checks if the value of the field is VERYHIGH

Trait Implementations

impl Clone for PLR
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for PLR
[src]

impl Debug for PLR
[src]

[src]
[]

Formats the value using the given formatter. Read more

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