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