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

STM32F7_OTP_SIZE macro

Syntax

#define STM32F7_OTP_SIZE 1024

References

LocationText
stm32f2x.c:124
#define STM32F7_OTP_SIZE 1024
stm32f2x.c:126
#define STM32F7_OTP_LOCK_BASE ((STM32F7_OTP_BANK_BASE) + (STM32F7_OTP_SIZE))
stm32f2x.c:1020
otp_size_in_b = STM32F7_OTP_SIZE;
stm32f2x.c:1036
bank->size = STM32F7_OTP_SIZE;