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

  /src/external/gpl3/gdb/dist/sim/m32c/
timer_a.h 6 int tcspr; member in struct:__anon19567
mem.c 256 case 0x35f: /* TCSPR */
257 timer_a.tcspr = value;
275 timer_a.tcspr = value;
584 timer_a.prescale = timer_a.tcspr & 0x0f;
593 timer_a.prescale = timer_a.tcspr;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
timer_a.h 6 int tcspr; member in struct:__anon22306
mem.c 256 case 0x35f: /* TCSPR */
257 timer_a.tcspr = value;
275 timer_a.tcspr = value;
584 timer_a.prescale = timer_a.tcspr & 0x0f;
593 timer_a.prescale = timer_a.tcspr;

Completed in 24 milliseconds