18 lines
394 B
C
18 lines
394 B
C
![]() |
#ifndef INTERFACE_PCIE2_REC_SYNC_H
|
||
|
#define INTERFACE_PCIE2_REC_SYNC_H
|
||
|
#include "type_define.h"
|
||
|
|
||
|
typedef struct receiver_pcie2sync_s
|
||
|
{
|
||
|
uint32_t status;
|
||
|
uint32_t ref_sfn;//创建任务时刻的sfn
|
||
|
uint32_t ref_slot;//创建任务时刻的slot
|
||
|
uint32_t thita1_val;
|
||
|
uint32_t thita2_val;
|
||
|
uint32_t thita34_val;
|
||
|
}receiver_pcie2sync_t;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /*INTERFACE_PCIE2_REC_SYNC_H*/
|