search_registers
Search SVD files for microcontroller registers using partial names to identify peripherals and register details for embedded development.
Instructions
Search across all peripherals and registers in an SVD file using a case-insensitive substring match. Returns up to 10 matches with peripheral name, register name, and description. Use this when you know part of a register name but not which peripheral it belongs to.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svd_file | Yes | Absolute or relative path to the .svd file | |
| query | Yes | Search string matched against peripheral and register names (case-insensitive substring) |