Enum stm32f0xx::exti::rtsr::Tr0R [] [src]

pub enum Tr0R {
    Disabled,
    Enabled,
}

Possible values of the field TR0

Variants

Disable the Rising trigger.

Enable the Rising trigger.

Methods

impl Tr0R
[src]

Value of the field as raw bits

Checks if the value of the field is Disabled

Checks if the value of the field is Enabled

Trait Implementations

impl Clone for Tr0R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Tr0R
[src]

impl Debug for Tr0R
[src]

Formats the value using the given formatter.

impl PartialEq for Tr0R
[src]

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

This method tests for !=.