summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/devolatile.yml
blob: 8431a4e53985ba81f8ae7c9b7a763c717f249c31 (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
24
25
26
27
28
29
30
31
32
33
34
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Performs a type cast which removes volatile qualifiers without warnings to
  the type for the pointer variable.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2014 Paval Pisa
definition:
  default: ${dequalify-depthx:/name}(*, _type, _var)
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_DEVOLATILE
notes: null
params:
- description: |
    is the target type of the cast.
  dir: null
  name: _type
- description: |
    is the pointer variable.
  dir: null
  name: _var
return:
  return: null
  return-values: []
type: interface