Struct lpc845_pac::mrt0::channel::intval::LOAD_W[][src]

pub struct LOAD_W<'a> { /* fields omitted */ }
Expand description

Field LOAD writer - 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.

Implementations

Writes variant to the field

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. The INTVALn interval value IVALUE -1 is immediately loaded into the TIMERn register while TIMERn is running.

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.