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

STM32F2_OTP_SIZE macro

Syntax

#define STM32F2_OTP_SIZE 512

References

LocationText
stm32f2x.c:117
#define STM32F2_OTP_SIZE 512
stm32f2x.c:120
#define STM32F2_OTP_LOCK_BASE ((STM32F2_OTP_BANK_BASE) + (STM32F2_OTP_SIZE))
stm32f2x.c:1023
otp_size_in_b = STM32F2_OTP_SIZE;
stm32f2x.c:1038
bank->size = STM32F2_OTP_SIZE;