Low level routines for LM32, including interrupt handling.
void timeDelay(uint32_t msec)
Simple busy-wait delay.
static uint32_t timeOutInit(uint32_t msec)
Initializes a timeout with the specified no of msecs.
static bool timeOut(uint32_t to)
Checks whether or not the timeout has expired.