Prusa MINI Firmware overview
RegData Struct Reference

#include <unwarm.h>

Collaboration diagram for RegData:

Public Attributes

uint32_t v
 
int o
 

Detailed Description

Type for tracking information about a register. This stores the register value, as well as other data that helps unwinding.

Member Data Documentation

◆ v

uint32_t RegData::v

The value held in the register.

◆ o

int RegData::o

The origin of the register value. This is used to track how the value in the register was loaded.