stm32x_is_otp() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm32x_is_otp() function

Syntax

static bool stm32x_is_otp(struct flash_bank *bank);

Arguments

bank

References

LocationReferrerText
stm32f2x.c:200
static bool stm32x_is_otp(struct flash_bank *bank)
stm32f2x.c:567stm32x_protect_check()
if (stm32x_is_otp(bank))
stm32f2x.c:598stm32x_erase()
if (stm32x_is_otp(bank)) {
stm32f2x.c:665stm32x_protect()
if (stm32x_is_otp(bank)) {
stm32f2x.c:711stm32x_write_block()
if (stm32x_is_otp(bank) && !stm32x_is_otp_unlocked(bank)) {
stm32f2x.c:1018stm32x_probe()
if (stm32x_is_otp(bank)) {
stm32f2x.c:1718stm32x_handle_otp_command()
if (stm32x_is_otp(bank)) {

Call Tree

Data read by stm32x_is_otp()
stm32x_is_otp()