[][src]Enum msp430fr2x5x_hal::rtc::RtcDiv

#[repr(u8)]pub enum RtcDiv {
    _1,
    _10,
    _100,
    _1000,
    _16,
    _64,
    _256,
    _1024,
}

Real-time clock pre-divider select

Value on reset: 0

Variants

_1

0: /1

_10

1: /10

_100

2: /100

_1000

3: /1000

_16

4: /16

_64

5: /64

_256

6: /256

_1024

7: /1024

Trait Implementations

impl Clone for RTCPS_A[src]

impl Copy for RTCPS_A[src]

impl Debug for RTCPS_A[src]

impl PartialEq<RTCPS_A> for RTCPS_A[src]

impl StructuralPartialEq for RTCPS_A[src]

Auto Trait Implementations

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.