dap_queue_ap_abort() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

dap_queue_ap_abort() function

Queue an AP abort operation. The current AP transaction is aborted, including any update of the transaction counter. The AP is left in an unknown state (so it must be re-initialized). For use only after the AP has reported WAIT status for an extended period.

Syntax

static inline int dap_queue_ap_abort(struct adiv5_dap *dap,     uint8_t *ack);

Arguments

dap

The DAP used for writing.

ack

Pointer to where transaction status will be stored.

Return value

ERROR_OK for success, else a fault code.

References

LocationText
arm_adi_v5.h:632
static inline int dap_queue_ap_abort(struct adiv5_dap *dap, uint8_t *ack)

Call Tree

Functions called by dap_queue_ap_abort()
dap_queue_ap_abort()
all items filtered out
Data read by dap_queue_ap_abort()
dap_queue_ap_abort()