SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Destroys the interrupt server entry. copyrights: - Copyright (C) 2017, 2021 embedded brains GmbH & Co. KG definition: default: attributes: null body: null params: - ${server-entry:/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-entry-initialized name: rtems_interrupt_server_entry_destroy notes: | No error checking is performed by the directive. params: - description: | is the interrupt server entry to destroy. dir: inout name: entry return: null type: interface