User guide
E-6
PLI Access Routines
acc_clearmem_int
You use the acc_clearmem_int access routine to write zeros to
all bits in a memory.
Examples
The following code examples illustrate how to use
acc_getmem_int, acc_setmem_int, and acc_clearmem_int:
• Example D-1 shows C code that includes a number of functions
to be associated with user-defined system tasks.
• Example D-2 shows the PLI table for associating these functions
with these system tasks.
acc_clearmem_int
Synopsis: Clears a memory word.
Syntax: acc_clearmem_int (memhand)
Type Description
Returns: void
Type Name Description
Arguments: handle memhand Handle to memory
Related
routines:
acc_setmem_int
acc_getmem_int
acc_setmem_hexstr
acc_getmem_hexstr
acc_setmem_bitstr
acc_getmem_bitstr
acc_handle_mem_by_fullname
acc_readmem
acc_getmem_range
acc_getmem_size
acc_getmem_word_int
acc_getmem_word_range