Skip to main content

IAR Embedded Workbench for RX 5.20

function_category

In this section:
Syntax
#pragma function_category=category[, category...]
Parameters

category

A string that represents the name of a function category.

Description

Use this pragma directive to specify one or more function categories that the immediately following function belongs to. When used together with #pragma calls, the function_category directive specifies the destination for indirect calls for stack usage analysis purposes.

Example
#pragma function_category="Cat1"
See also

calls and Stack usage analysis.