summaryrefslogblamecommitdiffstats
path: root/spec/rtems/config/if/get-unified-work-area.yml
blob: 13b58726e8823418dbb5ffa687a03214c2adb569 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                     
        

                                                                          
           
                                                  
           



                                               
                               
              

                 
                 




                           
            

                                              



                                       
                                               
        

                                                                    

          


                                                                             
                   
               
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Indicates if the RTEMS Workspace and C Program Heap are configured to be
  unified for this application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
  default:
    attributes: null
    body: ${/score/wkspace/if/is-unified:/name}
    params: []
    return: ${/c/if/bool:/name}
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
- role: constraint
  uid: /constraint/directive-ctx-any
- role: constraint
  uid: /constraint/directive-no-preempt
name: rtems_configuration_get_unified_work_area
notes: |
  The setting is defined by the ${/acfg/if/unified-work-areas:/name}
  application configuration option.
params: []
return:
  return: |
    Returns true, if the RTEMS Workspace and C Program Heap are configured to
    be unified for this application, otherwise false.
  return-values: []
type: interface