finslib_parameter_area_clear( sys, area_code, num_words );
Parameters
| Parameter | Type | Description |
|---|---|---|
sys |
struct fins_sys_tp * |
A pointer to a structure with the FINS context |
area_code |
uint16_t |
The area code in which data must be cleared |
num_words |
size_t |
The number of words that must be cleared in the parameter area |
Return Value
| Type | Description |
|---|---|
int |
A return value from the list FINS_RETVAL_... indicating the result of the query |
Description
See Also
-
FINS_RETVAL...– Libfins function return code list -
FINS_PARAM_AREA...– CPU parameter area list finslib_memory_area_fill();finslib_parameter_area_read();finslib_parameter_area_write();finslib_program_area_clear();