Enum max32630_svd::uart0::ctrl::EXTRA_STOPR[][src]

pub enum EXTRA_STOPR {
    _Reserved(bool),
}

Possible values of the field extra_stop

Variants

Reserved

Methods

impl EXTRA_STOPR
[src]

Returns true if the bit is clear (0)

Returns true if the bit is set (1)

Value of the field as raw bits

Trait Implementations

impl Clone for EXTRA_STOPR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EXTRA_STOPR
[src]

impl Debug for EXTRA_STOPR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for EXTRA_STOPR