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
| Parameter | Type |
|---|---|
bytes | Uint8Array |
Returns
Promise<PackSvd[]>