Skip to content

probe-web / @probe-web/client / targets / packSvds

Function: packSvds()

ts
function packSvds(bytes): Promise<PackSvd[]>;

Defined in: targets.ts:71

Every SVD inside a CMSIS .pack, for the Peripherals view.

Parameters

ParameterType
bytesUint8Array

Returns

Promise<PackSvd[]>