mv_delay
static void mv_delay(int usec, void* arg);
arm_set_delay(mv_delay, NULL);
mv_delay(usec, NULL);