SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Declares 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-declare:/name}( ${.:/params[0]/name}, ${.:/params[1]/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_DECLARE notes: | Do not add a ";" after this macro. params: - description: | is the storage-class specifier for the ISR lock to declare, for example ``extern`` or ``static``. dir: null name: _specifier - description: | is the ISR lock object designator. dir: null name: _designator return: null type: interface