Part of #4014.
Add src/device.rs builders covering the full device domain (create/update/suspend/resume/delete + interface instructions). Includes the variable dz_prefix block loop and resource_count handling established in R0.
Acceptance
- One pure
Instruction-returning function per non-deprecated device instruction, accounts in processor order.
- Verbatim account-layout doc-comment copied from each processor.
- Unit tests +
ix_* golden fixtures for each builder.
Part of #4014.
Add
src/device.rsbuilders covering the full device domain (create/update/suspend/resume/delete + interface instructions). Includes the variabledz_prefixblock loop andresource_counthandling established in R0.Acceptance
Instruction-returning function per non-deprecated device instruction, accounts in processor order.ix_*golden fixtures for each builder.