Enum xmc1000::ccu80::gctrl::PCISR[][src]

pub enum PCISR {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
}

Possible values of the field PCIS

Variants

Module clock

CCU8x.ECLKA

CCU8x.ECLKB

CCU8x.ECLKC

Methods

impl PCISR
[src]

Value of the field as raw bits

Checks if the value of the field is VALUE1

Checks if the value of the field is VALUE2

Checks if the value of the field is VALUE3

Checks if the value of the field is VALUE4

Trait Implementations

impl Clone for PCISR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PCISR
[src]

impl Debug for PCISR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for PCISR