diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-04 10:03:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-04 10:03:36 +0000 |
commit | ffd4f37b450e3bd30ef7fbb4253ef86c4941e2dc (patch) | |
tree | 7970ac45a1ce97a4981dabcda83e79e12e12c8c2 /ports/MSP430/port.dox | |
parent | cfe2c9e34731b70f43c0c7efacd57f555947c3ea (diff) | |
download | ChibiOS-ffd4f37b450e3bd30ef7fbb4253ef86c4941e2dc.tar.gz ChibiOS-ffd4f37b450e3bd30ef7fbb4253ef86c4941e2dc.tar.bz2 ChibiOS-ffd4f37b450e3bd30ef7fbb4253ef86c4941e2dc.zip |
Doxygen related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1053 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430/port.dox')
-rw-r--r-- | ports/MSP430/port.dox | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox index e91670709..1d0216d3c 100644 --- a/ports/MSP430/port.dox +++ b/ports/MSP430/port.dox @@ -98,16 +98,19 @@ * - 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 and pads/group/bus
- * setup.<br>
- * The supported setup modes are:
+ * <h2>Supported Setup Modes</h2>
* - @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.
+ * Any attempt to setup an invalid mode is ignored.
+ *
+ * <h2>Suboptimal Behavior</h2>
+ * Some MSP430 I/O ports features are less than optimal:
+ * - Bus/group writing is not atomic.
+ * - Pad/group mode setup is not atomic.
+ * .
* @ingroup MSP430_DRIVERS
*/
|