|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holds the operation object parameters.
Definition at line 153 of file ote_common.h.
Data Fields | |
| uint32_t | index |
| te_oper_param_type_t | type |
| union { | |
| struct { | |
| uint32_t val | |
| } Int | |
| struct { | |
| cmnptr_t base | |
| uint32_t len | |
| uint32_t type | |
| } Mem | |
| } | u |
| cmnptr_t | next |
| cmnptr_t te_oper_param_t::base |
Definition at line 161 of file ote_common.h.
| uint32_t te_oper_param_t::index |
Definition at line 154 of file ote_common.h.
| struct { ... } te_oper_param_t::Int |
| uint32_t te_oper_param_t::len |
Definition at line 162 of file ote_common.h.
| struct { ... } te_oper_param_t::Mem |
| cmnptr_t te_oper_param_t::next |
Definition at line 166 of file ote_common.h.
| te_oper_param_type_t te_oper_param_t::type |
Definition at line 155 of file ote_common.h.
| uint32_t te_oper_param_t::type |
Definition at line 163 of file ote_common.h.
| union { ... } te_oper_param_t::u |
| uint32_t te_oper_param_t::val |
Definition at line 158 of file ote_common.h.