]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/derivative.h
Add FreeRTOS-Plus directory.
[freertos] / FreeRTOS / Demo / ColdFire_MCF51CN128_CodeWarrior / Sources / derivative.h
1 /*\r
2  * Note: This file is recreated by the project wizard whenever the MCU is\r
3  *       changed and should not be edited by hand\r
4  */\r
5 \r
6 /* Include the derivative-specific header file */\r
7 #include <MCF51CN128.h>\r
8 \r
9 #define _Stop asm ( mov3q #4,d0; bclr.b d0,SOPT1; stop #0x2000; )\r
10   /*!< Macro to enter stop modes, STOPE bit in SOPT1 register must be set prior to executing this macro */\r
11 \r
12 #define _Wait asm ( mov3q #4,d0; bset.b d0,SOPT1; nop; stop #0x2000; )\r
13   /*!< Macro to enter wait mode */\r
14 \r
15 \r