Enum msp432p401r::rtc_c::rtcps0ctl::RT0IP_A[][src]

#[repr(u8)]pub enum RT0IP_A {
    RT0IP_0,
    RT0IP_1,
    RT0IP_2,
    RT0IP_3,
    RT0IP_4,
    RT0IP_5,
    RT0IP_6,
    RT0IP_7,
}

Prescale timer 0 interrupt interval

Value on reset: 0

Variants

RT0IP_0

0: Divide by 2

RT0IP_1

1: Divide by 4

RT0IP_2

2: Divide by 8

RT0IP_3

3: Divide by 16

RT0IP_4

4: Divide by 32

RT0IP_5

5: Divide by 64

RT0IP_6

6: Divide by 128

RT0IP_7

7: Divide by 256

Trait Implementations

impl Clone for RT0IP_A[src]

impl Copy for RT0IP_A[src]

impl Debug for RT0IP_A[src]

impl PartialEq<RT0IP_A> for RT0IP_A[src]

impl StructuralPartialEq for RT0IP_A[src]

Auto Trait Implementations

impl Send for RT0IP_A

impl Sync for RT0IP_A

impl Unpin for RT0IP_A

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, 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.