Skip to main content

IAR Embedded Workbench for RH850 3.20.x

__LDSR

In this section:
Syntax
void __LDSR(int reg, int selID, long val);
Parameters

reg

The number of the system register that the function will write to.

selID

The group number of the system register that the function will write to.

val

The value to write to the register.

Description

Writes a specific value to a system register.

Note

To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.