aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/port.dox
diff options
context:
space:
mode:
Diffstat (limited to 'ports/MSP430/port.dox')
-rw-r--r--ports/MSP430/port.dox12
1 files changed, 10 insertions, 2 deletions
diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox
index 3300f4441..e91670709 100644
--- a/ports/MSP430/port.dox
+++ b/ports/MSP430/port.dox
@@ -98,8 +98,16 @@
* - Output latched regardless of the pad setting.
* - Direct read of input pads regardless of the pad setting.
* .
- * The only non atomic operations are bus/group writing.
- *
+ * The only non atomic operations are bus/group writing and pads/group/bus
+ * setup.<br>
+ * The supported setup modes are:
+ * - @p PAL_MODE_RESET.
+ * - @p PAL_MODE_UNCONNECTED.
+ * - @p PAL_MODE_INPUT.
+ * - @p PAL_MODE_OUTPUT_PUSHPULL.
+ * .
+ * The macros for the other modes are disabled, any attempt to setup an invalid
+ * mode is ignored.
* @ingroup MSP430_DRIVERS
*/