Enum stm32f103xx::tim1::cr1::CKDR[][src]

pub enum CKDR {
    NODIV,
    DIV2,
    DIV4,
    _Reserved(u8),
}

Possible values of the field CKD

Variants

Clock is not divided

Clock is divided by 2

Clock is divided by 4

Reserved

Methods

impl CKDR
[src]

Value of the field as raw bits

Checks if the value of the field is NODIV

Checks if the value of the field is DIV2

Checks if the value of the field is DIV4

Trait Implementations

impl Clone for CKDR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CKDR
[src]

impl Debug for CKDR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CKDR
[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 CKDR

impl Sync for CKDR