Enum mkw41z::cmt::pps::PPSDIVR [] [src]

pub enum PPSDIVR {
    _0000,
    _0001,
    _0010,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _1101,
    _1110,
    _1111,
}

Possible values of the field PPSDIV

Variants

Bus clock * 1

Bus clock * 2

Bus clock * 3

Bus clock * 4

Bus clock * 5

Bus clock * 6

Bus clock * 7

Bus clock * 8

Bus clock * 9

Bus clock * 10

Bus clock * 11

Bus clock * 12

Bus clock * 13

Bus clock * 14

Bus clock * 15

Bus clock * 16

Methods

impl PPSDIVR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0000

[src]

Checks if the value of the field is _0001

[src]

Checks if the value of the field is _0010

[src]

Checks if the value of the field is _0011

[src]

Checks if the value of the field is _0100

[src]

Checks if the value of the field is _0101

[src]

Checks if the value of the field is _0110

[src]

Checks if the value of the field is _0111

[src]

Checks if the value of the field is _1000

[src]

Checks if the value of the field is _1001

[src]

Checks if the value of the field is _1010

[src]

Checks if the value of the field is _1011

[src]

Checks if the value of the field is _1100

[src]

Checks if the value of the field is _1101

[src]

Checks if the value of the field is _1110

[src]

Checks if the value of the field is _1111

Trait Implementations

impl Clone for PPSDIVR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PPSDIVR
[src]

impl Debug for PPSDIVR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PPSDIVR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for PPSDIVR

impl Sync for PPSDIVR