summaryrefslogblamecommitdiffstats
path: root/spec/rtems/intr/if/lock-initializer.yml
blob: 89deb039ef76c60702ca849d009015e3d9638078 (plain) (tree)
1
2
3
4
5
6
7
8
                                                     

                                            
           
                                                                         

                                                                          
                                                                          


                 
                 




                           
            
                                      


                                                                              
       


                                                                             

             
            
               
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Statically initializes an ISR lock object.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default: ${/score/isr/if/lock-initializer:/name}( ${.:/params[0]/name} )
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_INTERRUPT_LOCK_INITIALIZER
notes: |
  ISR locks may also be dynamically initialized by ${lock-initialize:/name} or
  statically defined by ${lock-define:/name}.
params:
- description: |
    is the ISR lock name.  It shall be a string.  The name is only used where
    the system was built with profiling support enabled.
  dir: null
  name: _name
return: null
type: interface