Enum efm32gg990::prs::ch11_ctrl::EDSELR[][src]

pub enum EDSELR {
    OFF,
    POSEDGE,
    NEGEDGE,
    BOTHEDGES,
}

Possible values of the field EDSEL

Variants

Signal is left as it is

A one HFPERCLK cycle pulse is generated for every positive edge of the incoming signal

A one HFPERCLK clock cycle pulse is generated for every negative edge of the incoming signal

A one HFPERCLK clock cycle pulse is generated for every edge of the incoming signal

Methods

impl EDSELR
[src]

Value of the field as raw bits

Checks if the value of the field is OFF

Checks if the value of the field is POSEDGE

Checks if the value of the field is NEGEDGE

Checks if the value of the field is BOTHEDGES

Trait Implementations

impl Clone for EDSELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EDSELR
[src]

impl Debug for EDSELR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for EDSELR