SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Gets the time elapsed since some fixed time point in the past measured using the ${/glossary/clock-monotonic:/term} in seconds and nanoseconds format. copyrights: - Copyright (C) 2021 embedded brains GmbH & Co. KG definition: default: attributes: null body: null params: - ${/c/if/timespec:/name} *${.:/params[0]/name} return: void variants: [] description: null enabled-by: true index-entries: [] interface-type: function links: - role: interface-placement uid: header - role: interface-ingroup uid: group - role: constraint uid: /constraint/directive-ctx-any - role: constraint uid: /constraint/directive-no-preempt - role: constraint uid: /constraint/clock-driver name: rtems_clock_get_monotonic notes: | The directive accesses a device provided by the ${/glossary/clock-driver:/term} to get the time in the highest resolution available to the system. Alternatively, the ${get-monotonic-coarse:/name} directive may be used to get the time with in a lower resolution and with less runtime overhead. See ${get-monotonic-bintime:/name}, ${get-monotonic-sbintime:/name}, and ${get-monotonic-timeval:/name} to get the time in alternative formats. params: - description: | is the pointer to a ${/c/if/timespec:/name} object. The time elapsed since some fixed time point in the past measured using the ${/glossary/clock-monotonic:/term} at some time point during the directive call will be stored in this object. Calling the directive with a pointer equal to ${/c/if/null:/name} is undefined behaviour. dir: out name: time_snapshot return: null type: interface