[][src]Enum msp430fr2x5x_hal::watchdog::WdtClkPeriods

#[repr(u8)]pub enum WdtClkPeriods {
    _2G,
    _128M,
    _8192K,
    _512K,
    _32K,
    _8192,
    _512,
    _64,
}

Watchdog timer interval select

Value on reset: 0

Variants

_2G

0: Watchdog clock source / (2^(31)) (18:12:16 at 32.768 kHz)

_128M

1: Watchdog clock source /(2^(27)) (01:08:16 at 32.768 kHz)

_8192K

2: Watchdog clock source /(2^(23)) (00:04:16 at 32.768 kHz)

_512K

3: Watchdog clock source /(2^(19)) (00:00:16 at 32.768 kHz)

_32K

4: Watchdog clock source /(2^(15)) (1 s at 32.768 kHz)

_8192

5: Watchdog clock source / (2^(13)) (250 ms at 32.768 kHz)

_512

6: Watchdog clock source / (2^(9)) (15.625 ms at 32.768 kHz)

_64

7: Watchdog clock source / (2^(6)) (1.95 ms at 32.768 kHz)

Trait Implementations

impl Clone for WDTIS_A[src]

impl Copy for WDTIS_A[src]

impl Debug for WDTIS_A[src]

impl PartialEq<WDTIS_A> for WDTIS_A[src]

impl StructuralPartialEq for WDTIS_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.