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

STM32F7_OTP_BANK_BASE macro

Syntax

#define STM32F7_OTP_BANK_BASE 0x1ff0f000

References

LocationText
stm32f2x.c:125
#define STM32F7_OTP_BANK_BASE 0x1ff0f000
stm32f2x.c:126
#define STM32F7_OTP_LOCK_BASE ((STM32F7_OTP_BANK_BASE) + (STM32F7_OTP_SIZE))
stm32f2x.c:203
bank->base == STM32F7_OTP_BANK_BASE;
stm32f2x.c:208
return bank->base == STM32F7_OTP_BANK_BASE;