NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
te_map_mem_addr_args_t Struct Reference

Detailed Description

Holds a pointer to the map memory for a specific OTE_CONFIG_MAP_MEM ID value.

Used with the OTE_IOCTL_GET_MAP_MEM_ADDR operation.

Definition at line 57 of file ote_ext_nv.h.

Data Fields

uint32_t id
 Holds the OTE_CONFIG_MAP_MEM ID value. More...
 
void * addr
 Holds a pointer to the corresponding address of mapping. More...
 

Field Documentation

void* te_map_mem_addr_args_t::addr

Holds a pointer to the corresponding address of mapping.

Definition at line 59 of file ote_ext_nv.h.

uint32_t te_map_mem_addr_args_t::id

Holds the OTE_CONFIG_MAP_MEM ID value.

Definition at line 58 of file ote_ext_nv.h.


The documentation for this struct was generated from the following file: