summaryrefslogtreecommitdiffstats
path: root/spec/rtems/support/if/milliseconds-to-microseconds.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/support/if/milliseconds-to-microseconds.yml')
-rw-r--r--spec/rtems/support/if/milliseconds-to-microseconds.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/spec/rtems/support/if/milliseconds-to-microseconds.yml b/spec/rtems/support/if/milliseconds-to-microseconds.yml
new file mode 100644
index 00000000..893c4806
--- /dev/null
+++ b/spec/rtems/support/if/milliseconds-to-microseconds.yml
@@ -0,0 +1,29 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Returns the number of microseconds for the specified milliseconds value.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
+definition:
+ default: |
+ ( ( ${.:/params[0]/name} ) * 1000UL )
+ variants: []
+description: null
+enabled-by: true
+interface-type: macro
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: RTEMS_MILLISECONDS_TO_MICROSECONDS
+notes: null
+params:
+- description: is the milliseconds value to convert to microseconds.
+ dir: null
+ name: _ms
+return:
+ return: |
+ The number of microseconds for the specified milliseconds value is returned.
+ return-values: []
+type: interface