[][src]Type Definition lpc55_pac::utick0::ctrl::W

type W = W<u32, CTRL>;

Writer for register CTRL

Implementations

impl W[src]

pub fn delayval(&mut self) -> DELAYVAL_W<'_>[src]

Bits 0:30 - Tick interval value. The delay will be equal to DELAYVAL + 1 periods of the timer clock. The minimum usable value is 1, for a delay of 2 timer clocks. A value of 0 stops the timer.

pub fn repeat(&mut self) -> REPEAT_W<'_>[src]

Bit 31 - Repeat delay. 0 = One-time delay. 1 = Delay repeats continuously.