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

STM32F2_OTP_BANK_BASE macro

Syntax

#define STM32F2_OTP_BANK_BASE 0x1fff7800

References

LocationText
stm32f2x.c:119
#define STM32F2_OTP_BANK_BASE 0x1fff7800
stm32f2x.c:120
#define STM32F2_OTP_LOCK_BASE ((STM32F2_OTP_BANK_BASE) + (STM32F2_OTP_SIZE))
stm32f2x.c:202
return bank->base == STM32F2_OTP_BANK_BASE ||