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

ucos_iii_params struct

Syntax

struct ucos_iii_params {     const char *target_name;     const unsigned char pointer_width;     size_t threadid_start;     const struct rtos_register_stacking *stacking_info; };

Fields

target_name

No summary provided. Read more...

pointer_width

No summary provided. Read more...

threadid_start

No summary provided. Read more...

stacking_info

No summary provided. Read more...

References

LocationReferrerScopeText
uCOS-III.c:28
struct ucos_iii_params {
uCOS-III.c:36ucos_iii_private::paramsucos_iii_private
const struct ucos_iii_params *params;
uCOS-III.c:48ucos_iii_params_list
static const struct ucos_iii_params ucos_iii_params_list[] = {

Type Use

Variables of ucos_iii_params type
ucos_iii_params