Enum mkw41z::tpm2::conf::DBGMODER [] [src]

pub enum DBGMODER {
    _00,
    _11,
    _Reserved(u8),
}

Possible values of the field DBGMODE

Variants

TPM counter is paused and does not increment during debug mode. Trigger inputs and input capture events are also ignored.

TPM counter continues in debug mode.

Reserved

Methods

impl DBGMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _00

[src]

Checks if the value of the field is _11

Trait Implementations

impl Clone for DBGMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DBGMODER
[src]

impl Debug for DBGMODER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DBGMODER
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for DBGMODER

impl Sync for DBGMODER