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]

Value of the field as raw bits

Checks if the value of the field is LOW

Checks if the value of the field is MEDIUM

Checks if the value of the field is HIGH

Checks if the value of the field is VERYHIGH

Trait Implementations

impl Clone for PLR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PLR
[src]

impl Debug for PLR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PLR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for PLR

impl Sync for PLR