DAP interface
Connect to target device
Promise
Disconnect from target device
Read from an access port register
ID of register to read
Promise of register value
Read a block of 32-bit words from a memory access port register
ID of register to read from
The count of values to read
Promise of register data
Read a block of bytes from a memory access port register
Read from a debug port register
Read a 16-bit word from a memory access port register
Read a 32-bit word from a memory access port register
Read an 8-bit word from a memory access port register
Reconnect to target device
Reset target device
Write to an access port register
ID of register to write
Value to write
Write a block of 32-bit words to a memory access port register
ID of register to write to
The values to write
Write a block of bytes to a memory access port register
Write to a debug port register
Write a 16-bit word to a memory access port register
The value to write
Write a 32-bit word to a memory access port register
Write an 8-bit word to a memory access port register
DAP interface