Enum xmc1000::usic0_ch0::psr_iismode::RSIFR[][src]

pub enum RSIFR {
    VALUE1,
    VALUE2,
}

Possible values of the field RSIF

Variants

A receiver start event has not occurred.

A receiver start event has occurred.

Methods

impl RSIFR
[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 RSIFR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RSIFR
[src]

impl Debug for RSIFR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for RSIFR