Enum ke04z4_pac::ftm2::sc::PS_A[][src]

#[repr(u8)]
pub enum PS_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}
Expand description

Prescale Factor Selection

Value on reset: 0

Variants

_000

0: Divide by 1

_001

1: Divide by 2

_010

2: Divide by 4

_011

3: Divide by 8

_100

4: Divide by 16

_101

5: Divide by 32

_110

6: Divide by 64

_111

7: Divide by 128

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.