OpenOCD
embkernel_params
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
embkernel_params
embkernel_params struct
Syntax
Show:
Summary
Declaration
from
embKernel.c:57
struct
embkernel_params
{
const
char
*
target_name
;
const
unsigned
char
pointer_width
;
const
unsigned
char
thread_count_width
;
const
unsigned
char
rtos_list_size
;
const
unsigned
char
thread_stack_offset
;
const
unsigned
char
thread_name_offset
;
const
unsigned
char
thread_priority_offset
;
const
unsigned
char
thread_priority_width
;
const
unsigned
char
iterable_next_offset
;
const
unsigned
char
iterable_task_owner_offset
;
const
struct
rtos_register_stacking
*
stacking_info
;
}
;
Fields
Field
Declared as
embkernel_params::target_name
const
char
*
embkernel_params::pointer_width
const
unsigned
char
embkernel_params::thread_count_width
const
unsigned
char
embkernel_params::rtos_list_size
const
unsigned
char
embkernel_params::thread_stack_offset
const
unsigned
char
embkernel_params::thread_name_offset
const
unsigned
char
embkernel_params::thread_priority_offset
const
unsigned
char
embkernel_params::thread_priority_width
const
unsigned
char
embkernel_params::iterable_next_offset
const
unsigned
char
embkernel_params::iterable_task_owner_offset
const
unsigned
char
embkernel_params::stacking_info
const
struct
rtos_register_stacking
*
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out