describe_field
Get detailed information about a specific bit-field within a microcontroller register, including its bit offset, width, access type, and enumerated values for embedded systems development.
Instructions
Describe a specific bit-field within a register: its bit offset, width, access type, and enumerated values if defined. Use this when you need to understand or set a specific control bit or flag.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svd_file | Yes | Absolute or relative path to the .svd file | |
| peripheral | Yes | Peripheral name (e.g. GPIOA, UART0) | |
| register | Yes | Register name (e.g. CR1, MODER) | |
| field | Yes | Field name (e.g. UE, MODE0, RXNEIE) |