##// END OF EJS Templates
The HK packet contains v, e1 and e2 valid data at f3....
The HK packet contains v, e1 and e2 valid data at f3. The ACTN task mode is set to NO_PREEMPT In BURST, f3 flow is enabled to allow the v, e1 and e2 data pick-up for HK

File last commit:

r117:7ccc2641c507 VHDLib206
r129:85c441b3b744 VHDLib206
Show More
fsw_params_nb_bytes.h
34 lines | 1010 B | text/x-c | CLexer
/ header / fsw_params_nb_bytes.h
paul
Minor modifications to meet Logiscope requirements
r77 #ifndef TM_BYTE_POSITIONS_H
#define TM_BYTE_POSITIONS_H
// TC_LFR_LOAD_COMMON_PAR
// TC_LFR_LOAD_NORMAL_PAR
paul
sync
r113 #define DATAFIELD_POS_SY_LFR_N_SWF_L 0
#define DATAFIELD_POS_SY_LFR_N_SWF_P 2
#define DATAFIELD_POS_SY_LFR_N_ASM_P 4
#define DATAFIELD_POS_SY_LFR_N_BP_P0 6
#define DATAFIELD_POS_SY_LFR_N_BP_P1 7
#define DATAFIELD_POS_SY_LFR_N_CWF_LONG_F3 8
paul
Minor modifications to meet Logiscope requirements
r77
// TC_LFR_LOAD_BURST_PAR
paul
Sync...
r117 #define DATAFIELD_POS_SY_LFR_B_BP_P0 0
#define DATAFIELD_POS_SY_LFR_B_BP_P1 1
paul
Minor modifications to meet Logiscope requirements
r77
// TC_LFR_LOAD_SBM1_PAR
paul
Sync...
r117 #define DATAFIELD_POS_SY_LFR_S1_BP_P0 0
#define DATAFIELD_POS_SY_LFR_S1_BP_P1 1
paul
Minor modifications to meet Logiscope requirements
r77
// TC_LFR_LOAD_SBM2_PAR
paul
Sync...
r117 #define DATAFIELD_POS_SY_LFR_S2_BP_P0 0
#define DATAFIELD_POS_SY_LFR_S2_BP_P1 1
paul
Minor modifications to meet Logiscope requirements
r77
paul
rev 1.0.0.2...
r104 // TC_LFR_UPDATE_INFO
paul
the interrupt sub routine related to the waveform picker is now lighter...
r112 #define BYTE_POS_UPDATE_INFO_PARAMETERS_SET5 34
#define BYTE_POS_UPDATE_INFO_PARAMETERS_SET6 35
paul
Minor modifications to meet Logiscope requirements
r77
paul
the TC_ENTER_MODE time parameter is taken into account...
r111 // TC_LFR_ENTER_MODE
paul
the interrupt sub routine related to the waveform picker is now lighter...
r112 #define BYTE_POS_CP_MODE_LFR_SET 11
#define BYTE_POS_CP_LFR_ENTER_MODE_TIME 12
paul
the TC_ENTER_MODE time parameter is taken into account...
r111
paul
Minor modifications to meet Logiscope requirements
r77 #endif // TM_BYTE_POSITIONS_H