aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2019-04-17 01:23:48 +0200
committerHarald Welte <laforge@gnumonks.org>2019-04-17 11:52:00 +0200
commit4be52767437c7926a4495cdcc7c189d3c4061b62 (patch)
tree9a72c7d864e1937e1aa16611bae35b5d8b42a520
parent0c7ea79dcff3b558a994bb7d17e803d57301e1a2 (diff)
minor: improve documentation
-rw-r--r--sysmoOCTSIM/ncn8025.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysmoOCTSIM/ncn8025.h b/sysmoOCTSIM/ncn8025.h
index 89b7f86..a2a6459 100644
--- a/sysmoOCTSIM/ncn8025.h
+++ b/sysmoOCTSIM/ncn8025.h
@@ -15,8 +15,8 @@ enum ncn8025_sim_clkdiv {
};
struct ncn8025_settings {
- bool rstin; /* high: active */
- bool cmdvcc; /* high: active */
+ bool rstin; /* Reset signal (true: asserted low) */
+ bool cmdvcc; /* Command VCC pin. Activation sequence Enable (true: active low) */
bool simpres; /* high: active */
bool led; /* high: active */
bool interrupt; /* high: active */