[][src]Enum lpc55s6x_pac::mrt0::modcfg::MULTITASK_A

pub enum MULTITASK_A {
    HARDWARE_STATUS_MODE,
    MULTI_TASK_MODE,
}

Selects the operating mode for the INUSE flags and the IDLE_CH register.

Value on reset: 0

Variants

HARDWARE_STATUS_MODE

0: Hardware status mode. In this mode, the INUSE(n) flags for all channels are reset.

MULTI_TASK_MODE

1: Multi-task mode.

Trait Implementations

impl Clone for MULTITASK_A[src]

impl Copy for MULTITASK_A[src]

impl Debug for MULTITASK_A[src]

impl From<MULTITASK_A> for bool[src]

impl PartialEq<MULTITASK_A> for MULTITASK_A[src]

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