[][src]Type Definition lpc55s6x_pac::utick0::ctrl::R

type R = R<u32, CTRL>;

Reader of register CTRL

Methods

impl R[src]

pub fn delayval(&self) -> DELAYVAL_R[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(&self) -> REPEAT_R[src]

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