Functions | |
int | hps_init (unsigned *stack) |
Initializes the access to the RPL stack : NO MORE NEEDED FROM HPGCC 2.0. | |
int | hps_exit (unsigned stack) |
Finalizes the access to the RPL stack : NO MORE NEEDED FROM HPGCC 2.0. |
int hps_exit | ( | unsigned | stack | ) |
Finalizes the access to the RPL stack : NO MORE NEEDED FROM HPGCC 2.0.
This function MUST be called before exiting the main program, with the stack bias returned by hps_init.
stack | The stack bias |
int hps_init | ( | unsigned * | stack | ) |
Initializes the access to the RPL stack : NO MORE NEEDED FROM HPGCC 2.0.
This function MUST be called before using any other hps_ functions. It returns the stack bias that MUST be passed to hps_exit before exiting the main program.
stack | Pointer to the stack bias |