stm32x_flash_bank::otp_unlocked is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32x_flash_bank::otp_unlocked

stm32x_flash_bank::otp_unlocked field

Syntax

bool otp_unlocked;

References

LocationReferrerText
stm32f2x.c:191
bool otp_unlocked;
stm32f2x.c:215stm32x_is_otp_unlocked()
return stm32x_info->otp_unlocked;
stm32f2x.c:224stm32x_otp_disable()
stm32x_info->otp_unlocked = false;
stm32f2x.c:232stm32x_otp_enable()
if (!stm32x_info->otp_unlocked) {
stm32f2x.c:235stm32x_otp_enable()
stm32x_info->otp_unlocked = true;
stm32f2x.c:256stm32x_flash_bank_command()
stm32x_info->otp_unlocked = false;

Data Use

Functions writing stm32x_flash_bank::otp_unlocked
Functions reading stm32x_flash_bank::otp_unlocked
stm32x_flash_bank::otp_unlocked