Enum s32k144::ftm2::pair2deadtime::DTPSR [] [src]

pub enum DTPSR {
    _0X,
    _10,
    _11,
    _Reserved(u8),
}

Possible values of the field DTPS

Variants

Divide the FTM input clock by 1.

Divide the FTM input clock by 4.

Divide the FTM input clock by 16.

Reserved

Methods

impl DTPSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0X

[src]

Checks if the value of the field is _10

[src]

Checks if the value of the field is _11

Trait Implementations

impl Clone for DTPSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DTPSR
[src]

impl Debug for DTPSR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DTPSR
[src]

[src]

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

[src]

This method tests for !=.