Enum ke04z4_pac::sim::sopt::BUSREF_A[][src]

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

BUS Clock Output select

Value on reset: 0

Variants

_000

0: Bus

_001

1: Bus divided by 2

_010

2: Bus divided by 4

_011

3: Bus divided by 8

_100

4: Bus divided by 16

_101

5: Bus divided by 32

_110

6: Bus divided by 64

_111

7: Bus divided 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.