source: rtems/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_gen_dp_3.c @ caeaae26

5
Last change on this file since caeaae26 was caeaae26, checked in by Chris Johns <chrisj@…>, on 01/04/18 at 07:50:56

bsp/gen5200: Use public include path

Update #3254.

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