summaryrefslogblamecommitdiffstats
path: root/spec/rtems/intr/if/server-request-destroy.yml
blob: 96d4a0346e8188b7e470e3bfa7e85658f3c04a84 (plain) (tree)
1
2
3
4
5



                                                     
                                                        














                                                                    
             


                         

                                              














                                                  
            
               
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 & Co. KG
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