AP_TYPE_MASK is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

AP_TYPE_MASK macro

References

LocationText
arm_adi_v5.h:233
arm_adi_v5.c:1135
if (retval == ERROR_OK && (id_val & AP_TYPE_MASK) == type_to_find) {
arm_adi_v5.c:2086
command_print(cmd, "\t\tType is %s", ap_type_to_description(apid & AP_TYPE_MASK));