]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Source/Config/Simulator.ini
Core(M): Removed overused type casts in NVIC functions (Issue #248).
[cmsis] / CMSIS / CoreValidation / Source / Config / Simulator.ini
1 /*-----------------------------------------------------------------------------
2  *      Name:         Simulator.ini
3  *      Purpose:      Set simulator debug functions and breakpoints
4  *----------------------------------------------------------------------------
5  *      Copyright(c) KEIL - An ARM Company
6  *----------------------------------------------------------------------------*/
7  
8 FUNC void GetStates (void) {
9   SIM_CYCCNT=states;
10 }
11
12 BS GET_SIM_CYCCNT,1,"GetStates()"