__APCS_INTERWORKING

This preprocessor macro is defined if interworking is enabled via compiler switch(-interworking), settings panel option, or #pragma interworking is enabled.

Syntax
  __APCS_INTERWORKING
  
  
Remarks

This macro is undefined if interworking is not enabled. This macro should always be defined for cortex-m4 processors.