__interwork
In this section:
Syntax
See Syntax for type attributes used on functions.
Description
A function declared __interwork can be called from functions executing in either Arm or Thumb mode. In 64-bit mode, this keyword cannot be used.
Note
All functions are interwork. The keyword exists for compatibility reasons.
Example
typedef void (__thumb __interwork *IntHandler)(void);