pyocd_svd_describe
Retrieve SVD peripheral details: list all registers or get full field descriptions including bit ranges and enumerated values for a specified register.
Instructions
Return full description of a peripheral or specific register. Without register_name, lists all registers with descriptions. With register_name, shows all fields with bit ranges, descriptions, and enumerated values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| register | No | Register name (omit for peripheral overview) | |
| peripheral | Yes | Peripheral name (e.g. 'GPIOA', 'USART1') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |