[][src]Enum msp430fr4133::fram::frctl0::NWAITS_A

#[repr(u8)]pub enum NWAITS_A {
    NWAITS_0,
    NWAITS_1,
    NWAITS_2,
    NWAITS_3,
    NWAITS_4,
    NWAITS_5,
    NWAITS_6,
    NWAITS_7,
}

FRAM Wait state control Bit: 0

Value on reset: 0

Variants

NWAITS_0

0: FRAM Wait state control: 0

NWAITS_1

1: FRAM Wait state control: 1

NWAITS_2

2: FRAM Wait state control: 2

NWAITS_3

3: FRAM Wait state control: 3

NWAITS_4

4: FRAM Wait state control: 4

NWAITS_5

5: FRAM Wait state control: 5

NWAITS_6

6: FRAM Wait state control: 6

NWAITS_7

7: FRAM Wait state control: 7

Trait Implementations

impl Clone for NWAITS_A[src]

impl Copy for NWAITS_A[src]

impl Debug for NWAITS_A[src]

impl From<NWAITS_A> for u8[src]

impl PartialEq<NWAITS_A> for NWAITS_A[src]

impl StructuralPartialEq for NWAITS_A[src]

Auto Trait Implementations

impl Send for NWAITS_A

impl Sync for NWAITS_A

impl Unpin for NWAITS_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.