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