stm32x_options::RDP is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm32x_options::RDP field

Syntax

uint8_t RDP;

References

LocationReferrerText
stm32f2x.c:181
uint8_t RDP;
stm32f2x.c:396stm32x_read_options()
stm32x_info->option_bytes.RDP = (optiondata >> 8) & 0xff;
stm32f2x.c:435stm32x_read_options()
if (stm32x_info->option_bytes.RDP != 0xAA)
stm32f2x.c:455stm32x_write_options()
optiondata |= stm32x_info->option_bytes.RDP << 8;
stm32f2x.c:1451stm32x_handle_lock_command()
stm32x_info->option_bytes.RDP = 0;
stm32f2x.c:1491stm32x_handle_unlock_command()
stm32x_info->option_bytes.RDP = 0xAA;

Data Use

Functions writing stm32x_options::RDP
Functions reading stm32x_options::RDP
stm32x_options::RDP
Type of stm32x_options::RDP
stm32x_options::RDP
uint8_t
all items filtered out