OpenOCD
zephyr_thread
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
zephyr_thread
zephyr_thread struct
Syntax
Show:
Summary
Declaration
from
zephyr.c:35
struct
zephyr_thread
{
uint32_t
ptr
,
next_ptr
;
uint32_t
entry
;
uint32_t
stack_pointer
;
uint8_t
state
;
uint8_t
user_options
;
int8_t
prio
;
char
name
[
64
]
;
}
;
Fields
Field
Declared as
zephyr_thread::ptr
uint32_t
zephyr_thread::next_ptr
uint32_t
ptr
,
zephyr_thread::entry
uint32_t
zephyr_thread::stack_pointer
uint32_t
zephyr_thread::state
uint8_t
zephyr_thread::user_options
uint8_t
zephyr_thread::prio
int8_t
zephyr_thread::name
char
[
64
]
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