Enum stm32f103xx::rcc::cfgr::ADCPRER [] [src]

pub enum ADCPRER {
    DIV2,
    DIV4,
    DIV6,
    DIV8,
}

Possible values of the field ADCPRE

Variants

PCLK2 divided by 2

PCLK2 divided by 4

PCLK2 divided by 6

PCLK2 divided by 8

Methods

impl ADCPRER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DIV2

[src]

Checks if the value of the field is DIV4

[src]

Checks if the value of the field is DIV6

[src]

Checks if the value of the field is DIV8

Trait Implementations

impl Clone for ADCPRER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ADCPRER
[src]

impl Debug for ADCPRER
[src]

[src]

Formats the value using the given formatter. Read more

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