summaryrefslogblamecommitdiffstats
path: root/spec/rtems/task/if/storage-alignment.yml
blob: d6ae35931ac0f8cd453da75dce6eef14cbe4c4cf (plain) (tree)
1
2
3
4
5
6
7
8

                                                     

                                                                           


                                                                         
                                                









                                  
        
                                                                             
                                         
               
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This constant defines the recommended alignment of a task storage area in
  bytes.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ${/score/cpu/if/heap-alignment:/name}
  variants: []
description: null
enabled-by: true
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_TASK_STORAGE_ALIGNMENT
notes: |
  Use it with ${../../basedefs/if/aligned:/name} to define the alignment of a
  statically allocated task storage area.
type: interface