nuttx_params is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nuttx_params struct

Syntax

struct nuttx_params {     const char *target_name;     const struct rtos_register_stacking *stacking;     const struct rtos_register_stacking *(*select_stackinfo)(struct target *target); };

Fields

target_name

No summary provided. Read more...

stacking

No summary provided. Read more...

select_stackinfo

No summary provided. Read more...

References

LocationReferrerScopeText
nuttx.c:32
struct nuttx_params {
nuttx.c:91nuttx_params_list
static const struct nuttx_params nuttx_params_list[] = {
nuttx.c:153nuttx_create()::paramnuttx_create()
const struct nuttx_params *param;
nuttx.c:376nuttx_getregs_fromstack()::privnuttx_getregs_fromstack()
const struct nuttx_params *priv = rtos->rtos_specific_params;

Type Use

Variables of nuttx_params type
nuttx_create()::param
nuttx_getregs_fromstack()::priv
all items filtered out
nuttx_params