stm32x_options::user_options is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32x_options::user_options

stm32x_options::user_options field

Syntax

uint16_t user_options;

References

LocationReferrerText
stm32f2x.c:182
uint16_t user_options; /* bit 0-7 usual options, bit 8-11 extra options */
stm32f2x.c:395stm32x_read_options()
stm32x_info->option_bytes.user_options = optiondata & 0xfc;
stm32f2x.c:402stm32x_read_options()
stm32x_info->option_bytes.user_options |= (optiondata >> 20) &
stm32f2x.c:454stm32x_write_options()
optiondata = stm32x_info->option_bytes.user_options & 0xfc;
stm32f2x.c:461stm32x_write_options()
optiondata |= (stm32x_info->option_bytes.user_options &
stm32f2x.c:1595stm32f2x_handle_options_read_command()
stm32x_info->option_bytes.user_options,
stm32f2x.c:1603stm32f2x_handle_options_read_command()
stm32x_info->option_bytes.user_options);
stm32f2x.c:1607stm32f2x_handle_options_read_command()
stm32x_info->option_bytes.user_options);
stm32f2x.c:1652stm32f2x_handle_options_write_command()
stm32x_info->option_bytes.user_options = user_options;

Data Use

Functions writing stm32x_options::user_options
Functions reading stm32x_options::user_options
stm32x_options::user_options
Type of stm32x_options::user_options
stm32x_options::user_options
uint16_t
all items filtered out