str9xpec_flash_controller::options is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstr9xpec_flash_controller::options

str9xpec_flash_controller::options field

Syntax

uint8_t options[8];

References

LocationReferrerText
str9xpec.c:63
uint8_t options[8];
str9xpec.c:188str9xpec_read_config()
field.in_value = str9xpec_info->options;
str9xpec.c:291str9xpec_flash_bank_command()
buf_set_u32(str9xpec_info->options, 0, 64, 0);
str9xpec.c:366str9xpec_protect_check()
if (buf_get_u32(str9xpec_info->options, str9xpec_info->sector_bits[i], 1))
str9xpec.c:522str9xpec_protect()
buf_set_u32(str9xpec_info->options, str9xpec_info->sector_bits[i], 1, 1);
str9xpec.c:524str9xpec_protect()
buf_set_u32(str9xpec_info->options, str9xpec_info->sector_bits[i], 1, 0);
str9xpec.c:771str9xpec_handle_flash_options_read_command()
if (buf_get_u32(str9xpec_info->options, STR9XPEC_OPT_CSMAPBIT, 1))
str9xpec.c:777str9xpec_handle_flash_options_read_command()
if (buf_get_u32(str9xpec_info->options, STR9XPEC_OPT_OTPBIT, 1))
str9xpec.c:783str9xpec_handle_flash_options_read_command()
if (buf_get_u32(str9xpec_info->options, STR9XPEC_OPT_LVDTHRESBIT, 1))
str9xpec.c:789str9xpec_handle_flash_options_read_command()
if (buf_get_u32(str9xpec_info->options, STR9XPEC_OPT_LVDWARNBIT, 1))
str9xpec.c:795str9xpec_handle_flash_options_read_command()
if (buf_get_u32(str9xpec_info->options, STR9XPEC_OPT_LVDSELBIT, 1))
str9xpec.c:826str9xpec_write_options()
buf_set_u32(str9xpec_info->options, 63, 1, 1);
str9xpec.c:835str9xpec_write_options()
field.out_value = str9xpec_info->options;
str9xpec.c:899str9xpec_handle_flash_options_cmap_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_CSMAPBIT, 1, 1);
str9xpec.c:901str9xpec_handle_flash_options_cmap_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_CSMAPBIT, 1, 0);
str9xpec.c:921str9xpec_handle_flash_options_lvdthd_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_LVDTHRESBIT, 1, 1);
str9xpec.c:923str9xpec_handle_flash_options_lvdthd_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_LVDTHRESBIT, 1, 0);
str9xpec.c:943str9xpec_handle_flash_options_lvdsel_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_LVDSELBIT, 1, 1);
str9xpec.c:945str9xpec_handle_flash_options_lvdsel_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_LVDSELBIT, 1, 0);
str9xpec.c:965str9xpec_handle_flash_options_lvdwarn_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_LVDWARNBIT, 1, 1);
str9xpec.c:967str9xpec_handle_flash_options_lvdwarn_command()
buf_set_u32(str9xpec_info->options, STR9XPEC_OPT_LVDWARNBIT, 1, 0);