em357_options::protection is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDem357_options::protection

em357_options::protection field

Syntax

uint16_t protection[3];

References

LocationReferrerText
em357.c:73
uint16_t protection[3];
em357.c:172em357_read_options()
em357_info->option_bytes.protection[0] = (uint16_t)optiondata;
em357.c:173em357_read_options()
em357_info->option_bytes.protection[1] = (uint16_t)(optiondata >> 8);
em357.c:174em357_read_options()
em357_info->option_bytes.protection[2] = (uint16_t)(optiondata >> 16);
em357.c:258em357_write_options()
retval = target_write_u16(target, EM357_OB_WRP0, em357_info->option_bytes.protection[0]);
em357.c:267em357_write_options()
retval = target_write_u16(target, EM357_OB_WRP1, em357_info->option_bytes.protection[1]);
em357.c:276em357_write_options()
retval = target_write_u16(target, EM357_OB_WRP2, em357_info->option_bytes.protection[2]);
em357.c:437em357_protect()
em357_info->option_bytes.protection[0] = prot_reg[0];
em357.c:438em357_protect()
em357_info->option_bytes.protection[1] = prot_reg[1];
em357.c:439em357_protect()
em357_info->option_bytes.protection[2] = prot_reg[2];

Data Use

Functions reading em357_options::protection
em357_options::protection
Type of em357_options::protection
em357_options::protection
uint16_t
all items filtered out