AM64x MCU+ SDK  08.02.00

Detailed Description

TISCI_MSG_VERSION request to provide version info about currently running firmware.

Parameters
hdrTISCI header.
strHuman readable version string.
versionVersion number of the firmware.
abi_majorMajor version number of ABI in use by firmware.
abi_minorMinor version number of ABI in use by firmware.
sub_versionSub-version number of the firmware.
patch_versionPatch-version number of the firmware.

Data Fields

struct tisci_header hdr
 
char str [32]
 
uint16_t version
 
uint8_t abi_major
 
uint8_t abi_minor
 
uint8_t sub_version
 
uint8_t patch_version
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_version_resp::hdr

◆ str

char tisci_msg_version_resp::str[32]

◆ version

uint16_t tisci_msg_version_resp::version

◆ abi_major

uint8_t tisci_msg_version_resp::abi_major

◆ abi_minor

uint8_t tisci_msg_version_resp::abi_minor

◆ sub_version

uint8_t tisci_msg_version_resp::sub_version

◆ patch_version

uint8_t tisci_msg_version_resp::patch_version