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

stm32x_options::user field

Syntax

uint8_t user;

References

LocationReferrerText
stm32f1x.c:102
uint8_t user;
stm32f1x.c:231stm32x_read_options()
stm32x_info->option_bytes.user = (option_bytes >> stm32x_info->option_offset >> 2) & 0xff;
stm32f1x.c:320stm32x_write_options()
target_buffer_set_u16(target, opt_bytes + 2, stm32x_info->option_bytes.user);
stm32f1x.c:1506stm32x_handle_options_write_command()
optionbyte = stm32x_info->option_bytes.user;
stm32f1x.c:1550stm32x_handle_options_write_command()
stm32x_info->option_bytes.user = optionbyte;

Data Use

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