SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Destroys the interrupt server request. copyrights: - Copyright (C) 2017, 2021 embedded brains GmbH (http://www.embedded-brains.de) definition: default: attributes: null body: | ${server-entry-destroy:/name}( &${.:/params[0]/name}->entry ); params: - ${server-request:/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-not-pre-qualified - role: constraint uid: /constraint/directive-ctx-task - role: constraint uid: ../constraint/not-within-server - role: constraint uid: /constraint/request-response - role: constraint uid: ../constraint/server-request-initialized name: rtems_interrupt_server_request_destroy notes: | No error checking is performed by the directive. params: - description: | is the interrupt server request to destroy. dir: inout name: request return: null type: interface