Enum s32k144::pdb1::sc::PrescalerR [] [src]

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

Possible values of the field PRESCALER

Variants

Counting uses the peripheral clock divided by MULT (the multiplication factor).

Counting uses the peripheral clock divided by 2 x MULT (the multiplication factor).

Counting uses the peripheral clock divided by 4 x MULT (the multiplication factor).

Counting uses the peripheral clock divided by 8 x MULT (the multiplication factor).

Counting uses the peripheral clock divided by 16 x MULT (the multiplication factor).

Counting uses the peripheral clock divided by 32 x MULT (the multiplication factor).

Counting uses the peripheral clock divided by 64 x MULT (the multiplication factor).

Counting uses the peripheral clock divided by 128 x MULT (the multiplication factor).

Methods

impl PrescalerR
[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 PrescalerR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PrescalerR
[src]

impl Debug for PrescalerR
[src]

Formats the value using the given formatter.

impl PartialEq for PrescalerR
[src]

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

This method tests for !=.