Enum xmc1000::vadc::brsmr::LDMR[][src]

pub enum LDMR {
    VALUE1,
    VALUE2,
}

Possible values of the field LDM

Variants

Overwrite mode: Copy all bits from the select registers to the pending registers upon a load event

Combine mode: Set all pending bits that are set in the select registers upon a load event (logic OR)

Methods

impl LDMR
[src]

Returns true if the bit is clear (0)

Returns true if the bit is set (1)

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

Trait Implementations

impl Clone for LDMR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LDMR
[src]

impl Debug for LDMR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for LDMR