[][src]Enum lpc54606_pac::mrt0::channel::intval::LOAD_A

pub enum LOAD_A {
    NO_FORCE_LOAD,
    FORCE_LOAD,
}

Determines how the timer interval value IVALUE -1 is loaded into the TIMERn register. This bit is write-only. Reading this bit always returns 0.

Value on reset: 0

Variants

NO_FORCE_LOAD

0: No force load. The load from the INTVALn register to the TIMERn register is processed at the end of the time interval if the repeat mode is selected.

FORCE_LOAD

1: Force load. The INTVALn interval value IVALUE -1 is immediately loaded into the TIMERn register while TIMERn is running.

Trait Implementations

impl Clone for LOAD_A[src]

impl Copy for LOAD_A[src]

impl Debug for LOAD_A[src]

impl From<LOAD_A> for bool[src]

impl PartialEq<LOAD_A> for LOAD_A[src]

impl StructuralPartialEq for LOAD_A[src]

Auto Trait Implementations

impl Send for LOAD_A

impl Sync for LOAD_A

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