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

  /src/external/gpl3/gdb/dist/sim/m32c/
timer_a.h 10 } Timer_A;
12 extern Timer_A timer_a;
mem.c 41 #ifdef TIMER_A
43 #include "timer_a.h"
64 #ifdef TIMER_A
65 Timer_A timer_a; variable
240 #ifdef TIMER_A
243 timer_a.count = (timer_a.count & 0xff00) | value;
244 timer_a.reload = timer_a.count
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m32c/
timer_a.h 10 } Timer_A;
12 extern Timer_A timer_a;
mem.c 41 #ifdef TIMER_A
43 #include "timer_a.h"
64 #ifdef TIMER_A
65 Timer_A timer_a; variable
240 #ifdef TIMER_A
243 timer_a.count = (timer_a.count & 0xff00) | value;
244 timer_a.reload = timer_a.count
    [all...]

Completed in 28 milliseconds