User guide

E-24
PLI Access Routines
acc_getmem_word_range
You use the acc_getmem_word_range access routine to access
the least significant bit of an element (or word, address, or row) and
the length of the element.
acc_getmem_word_range
Synopsis: Returns the least significant bit of an element and the length of the element
Syntax: acc_getmem_word_range (memhandle,lsb,len)
Type Description
Returns: void
Type Name Description
Arguments: handle memhandle Handle to a memory
int* lsb Pointer to the least significant bit
int* len Pointer to the length of the element
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