OpenOCD
rtos_type
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
rtos_type
rtos_type struct
Syntax
Show:
Summary
Declaration
Definition
from
rtos.h:37
struct
rtos_type
;
Implemented in
rtos.h:59
Fields
Field
Declared as
Description
rtos_type::name
const
char
*
rtos_type::detect_rtos
bool
(
*
)
(
struct
target
*
target
)
rtos_type::create
int
(
*
)
(
struct
target
*
target
)
rtos_type::smp_init
int
(
*
)
(
struct
target
*
target
)
rtos_type::update_threads
int
(
*
)
(
struct
rtos
*
rtos
)
rtos_type::get_thread_reg_list
int
(
*
)
(
struct
rtos
*
rtos
,
int64_t
thread_id
,
struct
rtos_reg
*
*
reg_list
,
int
*
num_regs
)
Return a list of general registers, with their values filled out.
rtos_type::get_thread_reg
int
(
*
)
(
struct
rtos
*
rtos
,
int64_t
thread_id
,
uint32_t
reg_num
,
struct
rtos_reg
*
reg
)
rtos_type::get_symbol_list_to_lookup
int
(
*
)
(
struct
symbol_table_elem
*
symbol_list
[
]
)
rtos_type::clean
int
(
*
)
(
struct
target
*
target
)
rtos_type::ps_command
char
*
(
*
)
(
struct
target
*
target
)
rtos_type::set_reg
int
(
*
)
(
struct
rtos
*
rtos
,
uint32_t
reg_num
,
uint8_t
*
reg_value
)
rtos_type::read_buffer
int
(
*
)
(
struct
rtos
*
rtos
,
target_addr_t
address
,
uint32_t
size
,
uint8_t
*
buffer
)
rtos_type::write_buffer
int
(
*
)
(
struct
rtos
*
rtos
,
target_addr_t
address
,
uint32_t
size
,
const
uint8_t
*
buffer
)
rtos_type::step_hook
int
(
*
)
(
struct
target
*
target
,
int
current
,
uint32_t
address
,
int
handle_breakpoints
)
Related Functions
Found 2 other functions taking a
rtos_type
argument:
Function
os_alloc()
os_alloc_create()
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