The maximum block size which can be transferred
The maximum DAPOperations which can be transferred
Connect to target device
Promise
Disconnect from target device
Promise
Reconnect to target device
Promise
Reset target device
Promise
Transfer data with a single read or write operation
Port type (debug port or access port)
Whether to read or write
The register to use
Any value to write
Promise of any value read
Transfer data with multiple read or write operations
The operations to use
Promise of any values read
Read a block of data from a single register
Port type (debug port or access port)
The register to use
Promise of values read
Write a block of data to a single register
Port type (debug port or access port)
The register to use
The values to write
Promise
CMSIS Proxy interface