Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Functions | |
template<class T > | |
int | read_core_version (T ®s, struct coreversion *pdata) |
Fetch the MitySOM-AM57x standard core version data from the memory mapped FPAG registers. More... | |
void | DumpVersion (std::string pretext, struct coreversion *pdata) |
Dump MitySOM-AM57X version data as a status INFO line. More... | |
void MitySOMAM57XUtils::DumpVersion | ( | std::string | pretext, |
struct coreversion * | pdata | ||
) |
Dump MitySOM-AM57X version data as a status INFO line.
pretext | text to print on line before the version data (e.g., a label) |
pdata | the version data |
int MitySOMAM57XUtils::read_core_version | ( | T & | regs, |
struct coreversion * | pdata | ||
) |
Fetch the MitySOM-AM57x standard core version data from the memory mapped FPAG registers.
T | tcFPGARegister<uint16_t or uint32_t> class reference |
regs | registers for the core (version assumed at zero) |
pdata | pointer to the structure to fill in. |