YB_TX_RX_APE_PRJ/Interface/interface_rec_sync2_pcie.h

21 lines
489 B
C
Raw Normal View History

#ifndef INTERFACE_REC_SYNC2_PCIE_H
#define INTERFACE_REC_SYNC2_PCIE_H
#include "type_define.h"
typedef struct receiver_sync2pcie_s
{
uint16_t sfn;//创建任务时刻的sfn
uint16_t slot;//创建任务时刻的slot
uint16_t num_data_section;
uint16_t proc_id;//记录包的顺序
uint32_t data_section0_ptr;
uint32_t data_section1_ptr;
uint32_t data_section0_length;//单位Word
uint32_t data_section1_length;//单位Word
}receiver_sync2pcie_t;
#endif