TIOVX User Guide
|
Information about a array mapping. More...
#include <vx_array.h>
Data Fields | |
uint8_t * | map_addr |
Address mapped via vxMapArray() | |
vx_size | map_size |
Size of memory region mapped via vxMapArray() | |
vx_enum | mem_type |
Type of memory mapped via vxMapArray(), see vx_memory_type_e and tivx_memory_type_e. | |
vx_enum | usage |
Type of access being done by user, see vx_accessor_e. | |
Information about a array mapping.
Definition at line 37 of file vx_array.h.