summaryrefslogtreecommitdiffstats
path: root/spec/rtems/support/if/microseconds-to-ticks.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/support/if/microseconds-to-ticks.yml')
-rw-r--r--spec/rtems/support/if/microseconds-to-ticks.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/spec/rtems/support/if/microseconds-to-ticks.yml b/spec/rtems/support/if/microseconds-to-ticks.yml
new file mode 100644
index 00000000..2a477bf2
--- /dev/null
+++ b/spec/rtems/support/if/microseconds-to-ticks.yml
@@ -0,0 +1,31 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Returns the number of clock ticks for the specified microseconds 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} ) / ${../../config/if/get-microseconds-per-tick:/name}() )
+ variants: []
+description: null
+enabled-by: true
+interface-type: macro
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: RTEMS_MICROSECONDS_TO_TICKS
+notes: |
+ The number of clock ticks per second is defined by the
+ ${/acfg/if/microseconds-per-tick:/name} application configuration option.
+params:
+- description: is the microseconds value to convert to clock ticks.
+ dir: null
+ name: _us
+return:
+ return: |
+ The number of clock ticks for the specified microseconds value is returned.
+ return-values: []
+type: interface