stm32l4_wrp::first is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm32l4_wrp::first field

Syntax

int first;

References

LocationReferrerText
stm32l4x.c:275
int first;
stm32l4x.c:1123stm32l4_get_one_wrpxy()
wrpxy->first = (wrpxy->value & stm32l4_info->wrpxxr_mask) + wrpxy->offset;
stm32l4x.c:1125stm32l4_get_one_wrpxy()
wrpxy->used = wrpxy->first <= wrpxy->last;
stm32l4x.c:1187stm32l4_write_one_wrpxy()
int wrp_start = wrpxy->first - wrpxy->offset;
stm32l4x.c:1224stm32l4_protect_check()
for (int s = wrpxy[i].first; s <= wrpxy[i].last; s++)
stm32l4x.c:1340stm32l4_protect_same_bank()
for (int p = wrpxy[i].first; p <= wrpxy[i].last; p++)
stm32l4x.c:1387stm32l4_protect_same_bank()
wrpxy[i].first = wrpxy[i].offset + 1;
stm32l4x.c:1393stm32l4_protect_same_bank()
wrpxy[i].first = ranges[i].start;
stm32l4x.c:2543stm32l4_handle_wrp_info_command()
for (int p = wrpxy[i].first; p <= wrpxy[i].last; p++)

Data Use

Functions writing stm32l4_wrp::first
Functions reading stm32l4_wrp::first
stm32l4_wrp::first