aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-10-10 10:07:50 +0200
committerHarald Welte <laforge@osmocom.org>2019-10-10 13:46:43 +0200
commitd4328e2f8bd10c6d546bc33f056e8141edc25f43 (patch)
tree34de275a2c8ce474a803800bdc8c94ded34f288e
parenteaafa9fb421590178dfa614d1ce8aed102a54302 (diff)
cuart.h: More comments
-rw-r--r--ccid_common/cuart.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ccid_common/cuart.h b/ccid_common/cuart.h
index b94eb2c..951a3ec 100644
--- a/ccid_common/cuart.h
+++ b/ccid_common/cuart.h
@@ -20,11 +20,11 @@ enum card_uart_event {
extern const struct value_string card_uart_event_vals[];
enum card_uart_ctl {
- CUART_CTL_RX,
- CUART_CTL_POWER,
- CUART_CTL_CLOCK,
- CUART_CTL_RST,
- CUART_CTL_WTIME,
+ CUART_CTL_RX, /* enable/disable receiver */
+ CUART_CTL_POWER, /* enable/disable ICC power */
+ CUART_CTL_CLOCK, /* enable/disable ICC clock */
+ CUART_CTL_RST, /* enable/disable ICC reset */
+ CUART_CTL_WTIME, /* set the waiting time (in etu) */
};
struct card_uart;