mspdebug/simio
Tadashi G. Takaoka f9f897e95e [simio] support Timer_B
Timer_B is identical to Timer_A with the following exceptions.

  1. The SCCI bit function is not implemented in Timer_B.
  2. The interrupt vector word of TBIFG is different than TAIFG one.
  3. The length of Timer_B is programable to be 8, 10, 12, or 16 bits.
  4. Timer_B TBCCRx registers can be double-buffered.
  5. Timer_B TBCCRx registers can be grouped.

This change implements 1, 2, and 3.
Double-buffering and grouping TBCCRx will be following.
2018-07-21 16:55:08 +09:00
..
tests [simio] support Timer_B 2018-07-21 16:55:08 +09:00
simio.c Adds console simio device class 2012-10-17 08:36:34 +13:00
simio.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00
simio_console.c simio: console can print to file 2018-06-27 15:10:37 +02:00
simio_console.h Adds console simio device class 2012-10-17 08:36:34 +13:00
simio_cpu.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00
simio_device.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00
simio_gpio.c Kill unused variables 2011-11-15 09:26:35 +13:00
simio_gpio.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00
simio_hwmult.c Fixed error in carry calculation for MAC of the hwmult 2013-05-27 09:05:36 +12:00
simio_hwmult.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00
simio_timer.c [simio] support Timer_B 2018-07-21 16:55:08 +09:00
simio_timer.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00
simio_tracer.c disassemble: look only for exact symbol matches for operands. 2013-01-31 15:31:42 +13:00
simio_tracer.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00
simio_wdt.c Kill unused variables 2011-11-15 09:26:35 +13:00
simio_wdt.h Restructuring: move IO simulator into simio/ 2011-09-14 16:08:54 +12:00