|
OpenOCD
|
Data Fields | |
| uint32_t | entry |
| char | name [64] |
| uint32_t | next_ptr |
| int8_t | prio |
| uint32_t | ptr |
| uint32_t | stack_pointer |
| uint8_t | state |
| uint8_t | user_options |
| uint32_t zephyr_thread::entry |
Definition at line 38 of file zephyr.c.
Referenced by zephyr_fetch_thread(), and zephyr_fetch_thread_list().
| char zephyr_thread::name[64] |
Definition at line 43 of file zephyr.c.
Referenced by zephyr_fetch_thread(), and zephyr_fetch_thread_list().
| uint32_t zephyr_thread::next_ptr |
Definition at line 37 of file zephyr.c.
Referenced by zephyr_fetch_thread(), and zephyr_fetch_thread_list().
| int8_t zephyr_thread::prio |
Definition at line 42 of file zephyr.c.
Referenced by zephyr_fetch_thread(), and zephyr_fetch_thread_list().
| uint32_t zephyr_thread::ptr |
Definition at line 37 of file zephyr.c.
Referenced by zephyr_fetch_thread(), and zephyr_fetch_thread_list().
| uint32_t zephyr_thread::stack_pointer |
Definition at line 39 of file zephyr.c.
Referenced by zephyr_fetch_thread().
| uint8_t zephyr_thread::state |
Definition at line 40 of file zephyr.c.
Referenced by zephyr_fetch_thread().
| uint8_t zephyr_thread::user_options |
Definition at line 41 of file zephyr.c.
Referenced by zephyr_fetch_thread(), and zephyr_fetch_thread_list().