git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6497 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-11-19 14:59:22 +00:00
parent 4a8ab636b6
commit 3eb5840723
1 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@
/** /**
* @brief Returns the time counter value. * @brief Returns the time counter value.
* @note This functionality is only available in free running mode, the * @note This functionality is only available in free running mode, the
* behavior in periodic mode is undefined. * behaviour in periodic mode is undefined.
* *
* @return The counter value. * @return The counter value.
* *
@ -73,7 +73,7 @@
* @note Makes sure that no spurious alarms are triggered after * @note Makes sure that no spurious alarms are triggered after
* this call. * this call.
* @note This functionality is only available in free running mode, the * @note This functionality is only available in free running mode, the
* behavior in periodic mode is undefined. * behaviour in periodic mode is undefined.
* *
* @param[in] time the time to be set for the first alarm * @param[in] time the time to be set for the first alarm
* *
@ -84,7 +84,7 @@
/** /**
* @brief Stops the alarm interrupt. * @brief Stops the alarm interrupt.
* @note This functionality is only available in free running mode, the * @note This functionality is only available in free running mode, the
* behavior in periodic mode is undefined. * behaviour in periodic mode is undefined.
* *
* @api * @api
*/ */
@ -93,7 +93,7 @@
/** /**
* @brief Sets the alarm time. * @brief Sets the alarm time.
* @note This functionality is only available in free running mode, the * @note This functionality is only available in free running mode, the
* behavior in periodic mode is undefined. * behaviour in periodic mode is undefined.
* *
* @param[in] time the time to be set for the next alarm * @param[in] time the time to be set for the next alarm
* *
@ -104,7 +104,7 @@
/** /**
* @brief Returns the current alarm time. * @brief Returns the current alarm time.
* @note This functionality is only available in free running mode, the * @note This functionality is only available in free running mode, the
* behavior in periodic mode is undefined. * behaviour in periodic mode is undefined.
* *
* @return The currently set alarm time. * @return The currently set alarm time.
* *