Functions | |
int | hps_init (unsigned *stack) |
Initializes the access to the RPL stack. | |
int | hps_exit (unsigned stack) |
Finalizes the access to the RPL stack. |
|
Finalizes the access to the RPL stack. This function MUST be called before exiting the main program, with the stack bias returned by hps_init.
|
|
Initializes the access to the RPL stack. 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.
|