#[repr(u8)]
pub enum IMCKFSSELECT_A {
    M2SF32,
    M2SF64,
    M2SF96,
    M2SF128,
    M2SF192,
    M2SF256,
    M2SF384,
    M2SF512,
    M2SF768,
    M2SF1024,
    M2SF1536,
    M2SF2048,
}
Expand description

Master Clock to fs Ratio

Value on reset: 0

Variants

M2SF32

0: Sample frequency ratio set to 32

M2SF64

1: Sample frequency ratio set to 64

M2SF96

2: Sample frequency ratio set to 96

M2SF128

3: Sample frequency ratio set to 128

M2SF192

5: Sample frequency ratio set to 192

M2SF256

7: Sample frequency ratio set to 256

M2SF384

11: Sample frequency ratio set to 384

M2SF512

15: Sample frequency ratio set to 512

M2SF768

23: Sample frequency ratio set to 768

M2SF1024

31: Sample frequency ratio set to 1024

M2SF1536

47: Sample frequency ratio set to 1536

M2SF2048

63: Sample frequency ratio set to 2048

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
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.