Enum s32k144::pcc::pcc_lpi2c0::PcsR [] [src]

pub enum PcsR {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Possible values of the field PCS

Variants

Clock is off.

Clock option 1

Clock option 2

Clock option 3

Clock option 4

Clock option 5

Clock option 6

Clock option 7

Methods

impl PcsR
[src]

Value of the field as raw bits

Checks if the value of the field is _000

Checks if the value of the field is _001

Checks if the value of the field is _010

Checks if the value of the field is _011

Checks if the value of the field is _100

Checks if the value of the field is _101

Checks if the value of the field is _110

Checks if the value of the field is _111

Trait Implementations

impl Clone for PcsR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PcsR
[src]

impl Debug for PcsR
[src]

Formats the value using the given formatter.

impl PartialEq for PcsR
[src]

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

This method tests for !=.