summaryrefslogtreecommitdiffstats
path: root/spec/rtems/part/if/alignment.yml
blob: 35ce39a4fbe4f4a3d3031bc114bfac4c704e5a5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This constant defines the minimum alignment of a partition buffer in
  bytes.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ${/score/cpu/if/sizeof-pointer:/name}
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_PARTITION_ALIGNMENT
notes: |
  Use it with ${../../basedefs/if/aligned:/name} to define the alignment of
  partition buffer types or statically allocated partition buffer areas.
type: interface