mips32_dsp_get_register() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmips32_dsp_get_register()

mips32_dsp_get_register() function

mips32_dsp_get_register - Get the value of a MIPS32 DSP register Retrieves the value of a specified MIPS32 DSP register. If the register is found, it reads the register value and prints the result. If the register is not found, it prints an error message.

Syntax

static int mips32_dsp_get_register(struct command_invocation *cmd,     struct mips_ejtag *ejtag_info);

Arguments

cmd

Command invocation context

ejtag_info

EJTAG information structure

Return value

ERROR_OK on success; error code on failure.

References

LocationReferrerText
mips32.c:2141
static int mips32_dsp_get_register(struct command_invocation *cmd, struct mips_ejtag *ejtag_info)
mips32.c:2229mips32_handle_dsp_command()
retval = mips32_dsp_get_register(CMD, ejtag_info);

Call Tree

Functions calling mips32_dsp_get_register()
Functions called by mips32_dsp_get_register()
all items filtered out
mips32_dsp_get_register()
Data read by mips32_dsp_get_register()
mips32_dsp_get_register()::value
mips32_dsp_get_register()::index
mips32_dsp_get_register()::retval
all items filtered out
mips32_dsp_get_register()
Type of mips32_dsp_get_register()
mips32_dsp_get_register()
uint32_t
all items filtered out