Skip to main content

IAR Embedded Workbench for RH850 3.20.x

__callt

In this section:
Syntax

See Syntax for type attributes used on functions.

Description

Use the __callt attribute to place an individual function in the call table.

Storage

Vector range: 0–63

Example

Declaring a callt function using call table vector 0x25:

#pragma vector=0x25
__callt void my_callt_function(int my_int);

If the pragma directive is omitted, the vector will be assigned automatically.

See also

Call table functions.