Commit 35c089c5 authored by Karol Adrianek's avatar Karol Adrianek

libwr2rf/api: defined NONE selectors for softstart and softstop debug signals

parent 62af4949
......@@ -170,10 +170,14 @@ int libwr2rf_configure_lemo_debug(struct libwr2rf_dev *dev,
unsigned lemo, unsigned dbg);
/* Configuration for soft stop + start output to front panel */
#define LIBWR2RF_SOFTSTOP_NONE_SEL 0x0
#define LIBWR2RF_RF1T1_SOFTSTOP_SEL 0x1
#define LIBWR2RF_RF1T2_SOFTSTOP_SEL 0x2
#define LIBWR2RF_RF2T1_SOFTSTOP_SEL 0x4
#define LIBWR2RF_RF2T2_SOFTSTOP_SEL 0x8
#define LIBWR2RF_SOFTSTART_NONE_SEL 0x0
#define LIBWR2RF_RF1T1_SOFTSTART_SEL 0x1
#define LIBWR2RF_RF1T2_SOFTSTART_SEL 0x2
#define LIBWR2RF_RF2T1_SOFTSTART_SEL 0x4
......
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