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

stm32x_options::rdp field

Syntax

uint8_t rdp;

References

LocationReferrerText
stm32f1x.c:101
uint8_t rdp;
stm32f1x.c:230stm32x_read_options()
stm32x_info->option_bytes.rdp = (option_bytes & (1 << OPT_READOUT)) ? 0 : stm32x_info->default_rdp;
stm32f1x.c:280stm32x_erase_options()
stm32x_info->option_bytes.rdp = stm32x_info->default_rdp;
stm32f1x.c:319stm32x_write_options()
target_buffer_set_u16(target, opt_bytes, stm32x_info->option_bytes.rdp);
stm32f1x.c:1355stm32x_handle_lock_command()
stm32x_info->option_bytes.rdp = 0;

Data Use

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