Enum atsamd21e18a::pm::sleep::IDLER [] [src]

pub enum IDLER {
    CPU,
    AHB,
    APB,
    _Reserved(u8),
}

Possible values of the field IDLE

Variants

The CPU clock domain is stopped

The CPU and AHB clock domains are stopped

The CPU, AHB and APB clock domains are stopped

Reserved

Methods

impl IDLER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is CPU

[src]

Checks if the value of the field is AHB

[src]

Checks if the value of the field is APB

Trait Implementations

impl Clone for IDLER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IDLER
[src]

impl Debug for IDLER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for IDLER
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for IDLER

impl Sync for IDLER