flash_priv_data_lp is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

flash_priv_data_lp variable

Syntax

static const struct flash_ctrl_priv_data flash_priv_data_lp = { .die_id_reg = 0x40000000, .jtag_idcode_reg = 0x40000004, .flash_base = 0x10040000, .flash_regs_base = 0x40001000, .flash_page_size = 2048, .jtag_idcode = 0x0201E041, .part_name = "BLUENRG-LP", };

References

LocationReferrerText
bluenrg-x.c:59
static const struct flash_ctrl_priv_data flash_priv_data_lp = {
bluenrg-x.c:88
&flash_priv_data_lp,
bluenrg-x.c:385bluenrgx_probe()
int retval = target_read_u32(bank->target, BLUENRGLP_JTAG_REG, &idcode);
bluenrg-x.c:390bluenrgx_probe()
if ((idcode != flash_priv_data_lp.jtag_idcode) && (idcode != flash_priv_data_lps.jtag_idcode)) {

Data Use

Functions reading flash_priv_data_lp
flash_priv_data_lp
all items filtered out
Type of flash_priv_data_lp
flash_priv_data_lp
all items filtered out