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

stm32l4_wrp::last field

Syntax

int last;

References

LocationReferrerText
stm32l4x.c:276
int last;
stm32l4x.c:1124stm32l4_get_one_wrpxy()
wrpxy->last = ((wrpxy->value >> 16) & stm32l4_info->wrpxxr_mask) + wrpxy->offset;
stm32l4x.c:1125stm32l4_get_one_wrpxy()
wrpxy->used = wrpxy->first <= wrpxy->last;
stm32l4x.c:1188stm32l4_write_one_wrpxy()
int wrp_end = wrpxy->last - 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:1388stm32l4_protect_same_bank()
wrpxy[i].last = wrpxy[i].offset;
stm32l4x.c:1394stm32l4_protect_same_bank()
wrpxy[i].last = ranges[i].end;
stm32l4x.c:2543stm32l4_handle_wrp_info_command()
for (int p = wrpxy[i].first; p <= wrpxy[i].last; p++)

Data Use

Functions writing stm32l4_wrp::last
Functions reading stm32l4_wrp::last
stm32l4_wrp::last