[][src]Enum tm4c129x_hal::sysctl::Divider

pub enum Divider {
    _1,
    _2,
    _3,
    _4,
    _5,
    _6,
    _7,
    _8,
    _9,
    _10,
    _11,
    _12,
    _13,
    _14,
    _15,
    _16,
}

Selects how much to divide the system oscillator down.

Variants

_1

Divide by 1

_2

Divide by 2

_3

Divide by 3

_4

Divide by 4

_5

Divide by 5

_6

Divide by 6

_7

Divide by 7

_8

Divide by 8

_9

Divide by 9

_10

Divide by 10

_11

Divide by 11

_12

Divide by 12

_13

Divide by 13

_14

Divide by 14

_15

Divide by 15

_16

Divide by 16

Trait Implementations

impl Clone for Divider[src]

impl Copy for Divider[src]

Auto Trait Implementations

impl Send for Divider

impl Sync for Divider

impl Unpin for Divider

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.