flash_driver::commands is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDflash_driver::commands

flash_driver::commands field

An array of driver-specific commands to register. When called during the "flash bank" command, the driver can register addition commands to support new flash chip functions.

Syntax

const struct command_registration *commands;

References

LocationReferrerText
driver.h:56
const struct command_registration *commands;
aducm302x.c:570
.commands = NULL,
aducm302x.c:587
.commands = NULL,
ambiqmicro.c:855
at91sam3.c:3712
at91sam4.c:3260
at91sam4l.c:680
at91sam7.c:1122
at91samd.c:1292
atsame5.c:952
atsamv.c:689
avrf.c:463
efm32.c:1213
em357.c:913
faux.c:108
fm3.c:976
jtagspi.c:843
kinetis.c:3438
kinetis_ke.c:1259
lpc2000.c:1605
lpc2900.c:1574
max32xxx.c:962
msp432.c:1080
msp432p4.c:585
niietcm4.c:1721
nrf5.c:1515
nrf5.c:1533
numicro.c:1256
pic32mm.c:1146
pic32mx.c:952
psoc4.c:922
psoc5lp.c:1511
psoc6.c:1067
qn908x.c:1185
rsl10.c:834
sim3x.c:1096
stellaris.c:1417
stm32f1x.c:1731
stm32f2x.c:1804
stm32g0x.c:1272
stm32g4x.c:1206
stm32h7x.c:1195
stm32l4x.c:2672
stm32l5x.c:1183
stm32lx.c:940
stmqspi.c:2452
str7x.c:788
str9x.c:655
str9xpec.c:1190
swm050.c:188
tcl.c:1276handle_flash_bank_command()
if (driver->commands) {
tcl.c:1277handle_flash_bank_command()
int retval = register_commands(CMD_CTX, NULL, driver->commands);
tms470.c:1147
xcf.c:878
xmc4xxx.c:1334

Data Use

Functions reading flash_driver::commands
flash_driver::commands
all items filtered out
Type of flash_driver::commands
flash_driver::commands
all items filtered out