#include <defines.h>
Data Fields | |
uint32 | all |
struct { | |
uint32 order: 16 | |
uint32 type: 3 | |
uint32 owns_expr: 1 | |
uint32 dimension: 10 | |
} | part |
Supplemental module parameter information.
uint32 psuppl_u::all |
Referenced by mod_parm_add().
uint32 psuppl_u::dimension |
Specifies the signal dimension that this module parameter resolves
Referenced by db_add_vector_param(), and param_set_sig_size().
uint32 psuppl_u::order |
Specifies the parameter order number in its module
Referenced by mod_parm_add(), mod_parm_display(), and param_has_override().
uint32 psuppl_u::owns_expr |
Specifies the parameter is the owner of the associated expression
Referenced by mod_parm_add(), mod_parm_dealloc(), and mod_parm_display().
struct { ... } psuppl_u::part |
uint32 psuppl_u::type |
Specifies the parameter type (see Instance/module parameter supplemental type definitions. for legal value)
Referenced by mod_parm_add(), mod_parm_display(), mod_parm_find(), param_has_defparam(), param_has_override(), param_resolve_inst(), and param_set_sig_size().