summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/array-size.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/basedefs/array-size.yml')
-rw-r--r--spec/if/rtems/basedefs/array-size.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/spec/if/rtems/basedefs/array-size.yml b/spec/if/rtems/basedefs/array-size.yml
deleted file mode 100644
index 61131d9d..00000000
--- a/spec/if/rtems/basedefs/array-size.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: |
- Returns the element count of the specified array.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-definition:
- default: |
- (sizeof(_array) / sizeof((_array)[0]))
- variants: []
-description: null
-enabled-by: true
-interface-type: macro
-links:
-- role: interface-placement
- uid: header
-- role: interface-ingroup
- uid: group
-name: RTEMS_ARRAY_SIZE
-notes: null
-params:
-- description: |
- is the name of the array.
- dir: null
- name: _array
-return:
- return: The element count of the specified array.
- return-values: []
-type: interface