[−][src]Enum lpc55_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
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.
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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,