File indexing completed on 2025-05-11 08:23:52
0001
0002
0003
0004
0005
0006 #define TASK_BASE TASK_FEC_TX
0007 #define TASK_API TASK_FEC_TX_api_t
0008 #define TASKSETUP_NAME TaskSetup_TASK_FEC_TX
0009
0010
0011 #define PRECISE_INC 0
0012 #define NO_ERROR_RST 0
0013 #define PACK_DATA 0
0014 #define INTEGER_MODE 0
0015 #define SPEC_READS 1
0016 #define WRITE_LINE_BUFFER 1
0017 #define READ_LINE_BUFFER 1
0018
0019 #define MISALIGNED 1
0020 #define MISALIGNED_START 1
0021
0022 #define INITIATOR_DATA INITIATOR_FEC_TX
0023
0024 #define AUTO_START -1
0025 #define ITERATIONS -1
0026
0027 #define MAX_BD 256
0028 #define BD_FLAG 1
0029
0030 #define INCR_TYPE_SRC 1
0031 #define INCR_SRC 0
0032 #define TYPE_SRC FLEX_T
0033
0034 #define INCR_TYPE_DST 0
0035 #define INCR_DST 0
0036 #define TYPE_DST FLEX_T
0037
0038 #include <bsp/bestcomm/task_api/tasksetup_general.h>