Enum mkw41z::tpm2::sc::CMODR [] [src]

pub enum CMODR {
    _00,
    _01,
    _10,
    _Reserved(u8),
}

Possible values of the field CMOD

Variants

TPM counter is disabled

TPM counter increments on every TPM counter clock

TPM counter increments on rising edge of TPM_EXTCLK synchronized to the TPM counter clock

Reserved

Methods

impl CMODR
[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 _01

[src]

Checks if the value of the field is _10

Trait Implementations

impl Clone for CMODR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CMODR
[src]

impl Debug for CMODR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for CMODR