source: rtems/bsps/powerpc/gen5200/bestcomm/tasksetup_gen_dp_1.c @ a0f04d6

5
Last change on this file since a0f04d6 was a0f04d6, checked in by Sebastian Huber <sebastian.huber@…>, on 04/22/18 at 13:32:38

bsp/gen5200: Move bestcomm to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • 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_1
6#define TASK_API          TASK_GEN_DP_1_api_t
7#define TASKSETUP_NAME    TaskSetup_TASK_GEN_DP_1
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.