HomeSort by: relevance | last modified time | path
    Searched defs:us_r (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/stand/bootimx23/
common.c 49 volatile uint32_t *us_r; local in function:delay
51 us_r = (uint32_t *)(HW_DIGCTL_BASE + HW_DIGCTL_MICROSECONDS);
53 *us_r = 0;
54 while (*us_r < us)
common.c 49 volatile uint32_t *us_r; local in function:delay
51 us_r = (uint32_t *)(HW_DIGCTL_BASE + HW_DIGCTL_MICROSECONDS);
53 *us_r = 0;
54 while (*us_r < us)

Completed in 23 milliseconds