]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Source/Config/Simulator.ini
Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop
[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()"