pabigot / bsp430

Board Support Package for MSP430 microcontrollers
http://pabigot.github.com/bsp430
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

support safe and unsafe read of timers #38

Closed pabigot closed 11 years ago

pabigot commented 11 years ago

Enhance #31 by providing a macro/inline function for use when it is known the clock is synchronous with mclk, and using that in the safe-read interface when no CCIDX is provided.