aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_runlooptasks.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2012-09-03 15:57:36 +0800
committerTat-Chee Wan (USM)2012-09-03 15:57:36 +0800
commitcf42b7bf19c5439adaeda8c36bab0893a9e83eed (patch)
treeae6b3593906948f235e292eb021b2d8e37144766 /Debugger/debug_runlooptasks.h
parentb04bb1bd7f227b9eaf320609e92cc95ed69aa448 (diff)
clean up doxygen warnings
Diffstat (limited to 'Debugger/debug_runlooptasks.h')
-rw-r--r--Debugger/debug_runlooptasks.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/Debugger/debug_runlooptasks.h b/Debugger/debug_runlooptasks.h
index f55311e..a2ae956 100644
--- a/Debugger/debug_runlooptasks.h
+++ b/Debugger/debug_runlooptasks.h
@@ -47,15 +47,33 @@
.extern dUsbRead
.extern dUsbIsConfigured
.extern dBtSendMsg
+ /**
+ * True value used by Thumb mode in NXT
+ */
.equ nxt_UBYTE_TRUE, 1
+ /**
+ * False value used by Thumb mode in NXT
+ */
.equ nxt_UBYTE_FALSE, 0
+ /**
+ * USB Command Indicator
+ */
.equ USB_CMD_READY, 0x01 /* From c_comm.iom */
+ /**
+ * BT Command Indicator
+ */
.equ BT_CMD_READY, 0x02 /* From c_comm.iom */
.extern dIOCtrlSetPower
.extern dIOCtrlSetPwm
.extern dIOCtrlTransfer
+ /**
+ * NXT Boot Magic Value
+ */
.equ BOOT, 0xA55A /* from c_ioctrl.iom */
+ /**
+ * NXT Powerdown Magic Value
+ */
.equ POWERDOWN, 0x5A00 /* from c_ioctrl.iom */
#endif