The Intrinsics view displays the GCC functions that are built into the S32 Design Studio compiler. These built-in functions are referred to as intrinsic functions or intrinsics. If a C/C++ project includes the Standard S32DS toolchain, the supported intrinsics can be used in that project’s code for optimization.
To open the Intrinsics view, click on the menu. In the Show View dialog box, expand the Other section and select Intrinsics. Click OK.
For the Intrinsics view to display data, click any project file or folder in the Project Explorer view. If the intrinsics are supported in the project, the Intrinsics view displays the list of built-in functions.

To add an intrinsic to your code, drag and drop it from the Intrinsics view to a proper place in the opened source file. This action adds the function call to the selected place in the file.