[][src]Enum k64::cmt::pps::PPSDIVW

pub enum PPSDIVW {
    _0000,
    _0001,
    _0010,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _1101,
    _1110,
    _1111,
}

Values that can be written to the field PPSDIV

Variants

_0000

Bus clock * 1

_0001

Bus clock * 2

_0010

Bus clock * 3

_0011

Bus clock * 4

_0100

Bus clock * 5

_0101

Bus clock * 6

_0110

Bus clock * 7

_0111

Bus clock * 8

_1000

Bus clock * 9

_1001

Bus clock * 10

_1010

Bus clock * 11

_1011

Bus clock * 12

_1100

Bus clock * 13

_1101

Bus clock * 14

_1110

Bus clock * 15

_1111

Bus clock * 16

Auto Trait Implementations

impl Send for PPSDIVW

impl Sync for PPSDIVW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]