Commit ab3cba4a authored by Federico Vaga's avatar Federico Vaga

lib: add comment about RAW TS mode

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f325ff3d
...@@ -63,7 +63,8 @@ enum ft_transfer_mode { ...@@ -63,7 +63,8 @@ enum ft_transfer_mode {
*/ */
enum fmctdc_ts_mode { enum fmctdc_ts_mode {
FMCTDC_TS_MODE_POST = 0, /**< after post-processing */ FMCTDC_TS_MODE_POST = 0, /**< after post-processing */
FMCTDC_TS_MODE_RAW, /**< directly from ACAM chip */ FMCTDC_TS_MODE_RAW, /**< directly from ACAM chip. This should be used
ONLY when debugging low level issues */
}; };
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment