Enum sam4l::pm::Clock [] [src]

pub enum Clock {
    HSB(HSBClock),
    PBA(PBAClock),
    PBB(PBBClock),
    PBC(PBCClock),
    PBD(PBDClock),
}

Variants

Trait Implementations

impl Copy for Clock
[src]

impl Clone for Clock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Clock
[src]

[src]

Formats the value using the given formatter. Read more