SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Gets the number of microseconds for the milliseconds value. copyrights: - Copyright (C) 2021 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 index-entries: [] interface-type: macro links: - role: interface-placement uid: header - role: interface-ingroup uid: group - role: constraint uid: /constraint/directive-not-pre-qualified - role: constraint uid: /constraint/directive-ctx-const - role: constraint uid: /constraint/directive-no-preempt name: RTEMS_MILLISECONDS_TO_MICROSECONDS notes: null params: - description: | is the milliseconds value to convert to microseconds. dir: null name: _ms return: return: | Returns the number of microseconds for the milliseconds value. return-values: [] type: interface