SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Returns the number of clock ticks 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: | ${microseconds-to-ticks:/name}( ${milliseconds-to-microseconds:/name}( ${.:/params[0]/name} ) ) variants: [] description: null enabled-by: true index-entries: [] interface-type: macro links: - role: interface-placement uid: header - role: interface-ingroup uid: group name: RTEMS_MILLISECONDS_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 milliseconds value to convert to clock ticks. dir: null name: _ms return: return: | The number of clock ticks for the specified milliseconds value is returned. return-values: [] type: interface