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

pub enum IDLEW {
    CPU,
    AHB,
    APB,
}

Values that can be written to 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

Trait Implementations

Auto Trait Implementations

impl Send for IDLEW

impl Sync for IDLEW