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

  /src/sys/arch/arm/at91/
at91streg.h 47 #define ST_CRTR 0x24UL /* 0x24: Current Real-time Register */
at91st.c 301 current_count = READ_ST(ST_CRTR);
357 for (crtv = READ_ST(ST_CRTR);;) {
358 while (crtv == (t = READ_ST(ST_CRTR))) ;

Completed in 13 milliseconds