Enum efr32x12p::etm::etmauthstatus::NONSECNONINVDBGR [] [src]

pub enum NONSECNONINVDBGR {
    DISABLE,
    ENABLE,
    _Reserved(u8),
}

Possible values of the field NONSECNONINVDBG

Variants

Non-secure non-invasive debug disable

Non-secure non-invasive debug enable

Reserved

Methods

impl NONSECNONINVDBGR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLE

[src]

Checks if the value of the field is ENABLE

Trait Implementations

impl Clone for NONSECNONINVDBGR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NONSECNONINVDBGR
[src]

impl Debug for NONSECNONINVDBGR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NONSECNONINVDBGR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.