Enum stm32f30x::tim6::sr::UifR [] [src]

pub enum UifR {
    NoUpdate,
    Pending,
}

Possible values of the field UIF

Variants

No update occurred

Update interrupt pending

Methods

impl UifR
[src]

Value of the field as raw bits

Checks if the value of the field is NoUpdate

Checks if the value of the field is Pending

Trait Implementations

impl Clone for UifR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UifR
[src]

impl Debug for UifR
[src]

Formats the value using the given formatter.

impl PartialEq for UifR
[src]

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

This method tests for !=.