comparison src/g23m-fad/tcpip/include/rvm_ext_priorities.h @ 1:fa8dc04885d8

src/g23m-*: import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:25:50 +0000
parents
children
comparison
equal deleted inserted replaced
0:4e78acac3d88 1:fa8dc04885d8
1 /*************************************************************************************
2 * *
3 * Name rvm_ext_priorities.h *
4 * *
5 * Function this file priorities defintitions for basic SWEs *
6 * It includes a file
7 * *
8 * Version 0.1 *
9 * *
10 * Date Modification *
11 * ------------------------------------ *
12 * 10/11/2000 Create *
13 * *
14 * Author Cristian Livadiotti (c-livadiotti@ti.com) *
15 * *
16 * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved *
17 * *
18 * --------------------------------------------------------------------------------- *
19 * *
20 * History: *
21 * *
22 * 10/18/2001 - Updated for R2D by Christophe Favergeon *
23 * *
24 *************************************************************************************/
25
26 #ifndef __RVM_EXT_PRIORITIES_H_
27 #define __RVM_EXT_PRIORITIES_H_
28
29 /* PRIORITIES SETTING: */
30 /* All user priority should be set under 250: */
31 /* Higher values are reserved */
32
33 /*
34 ** External Priority definitions
35 */
36 #define RVM_EXPL_TASK_PRIORITY (240)
37 #define RVM_OBX_TASK_PRIORITY (240)
38 #define RVM_OPP_TASK_PRIORITY (240)
39 #define RVM_SYN_TASK_PRIORITY (240)
40 #define RVM_FTP_TASK_PRIORITY (240)
41 #define RVM_RGUI_TASK_PRIORITY (240)
42 #define RVM_R2D_TASK_PRIORITY (239)
43
44 #define RVM_DEV1_TASK_PRIORITY (245)
45 #define RVM_DEV2_TASK_PRIORITY (245)
46 #define RVM_DEV3_TASK_PRIORITY (245)
47
48 #define RVM_UVM_TASK_PRIORITY (245)
49
50 #endif /* __RVM_EXT_PRIORITIES_H_ */
51