source: rtems/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_rx_bd.c @ 379a4761

4.104.115
Last change on this file since 379a4761 was c8423f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/06 at 04:48:19

Eliminate #include "../bestcomm/...

  • Property mode set to 100644
File size: 809 bytes
Line 
1
2/*
3 * Generated by GUI, one per configured tasks.
4 */
5
6#define TASK_BASE         TASK_GEN_RX_BD
7#define TASK_API          TASK_GEN_RX_BD_api_t
8#define TASKSETUP_NAME    TaskSetup_TASK_GEN_RX_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        0
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     0
30#define INCR_SRC          0
31#define TYPE_SRC          FLEX_T
32
33#define INCR_TYPE_DST     1
34#define INCR_DST          0
35#define TYPE_DST          FLEX_T
36
37#include "task_api/tasksetup_general.h"
38
Note: See TracBrowser for help on using the repository browser.