source: rtems/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_tx_bd.c @ ca680bc5

4.104.114.84.95
Last change on this file since ca680bc5 was ca680bc5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/31/05 at 05:09:26

New (CVS import Thomas Doerfler <Thomas.Doerfler@…>'s
submission).

  • Property mode set to 100644
File size: 821 bytes
Line 
1
2/*
3 * Generated by GUI, one per configured tasks.
4 */
5
6#define TASK_BASE         TASK_GEN_TX_BD
7#define TASK_API          TASK_GEN_TX_BD_api_t
8#define TASKSETUP_NAME    TaskSetup_TASK_GEN_TX_BD
9
10/* Pragma settings */
11#define PRECISE_INC       0
12#define NO_ERROR_RST      0
13#define PACK_DATA         0
14#define INTEGER_MODE      0
15#define SPEC_READS        1
16#define WRITE_LINE_BUFFER 1
17#define READ_LINE_BUFFER  1
18
19#define MISALIGNED        1
20
21#define INITIATOR_DATA   -1
22
23#define AUTO_START       -1
24#define ITERATIONS       -1
25
26#define MAX_BD            64
27#define BD_FLAG           0
28
29#define INCR_TYPE_SRC     1
30#define INCR_SRC          0
31#define TYPE_SRC          FLEX_T
32
33#define INCR_TYPE_DST     0
34#define INCR_DST          0
35#define TYPE_DST          FLEX_T
36
37#include "../bestcomm/task_api/tasksetup_general.h"
38
Note: See TracBrowser for help on using the repository browser.