![]() |
MCUSW
|
status, job status, etc...
Data Structures | |
struct | Spi_JobLogEntryType |
SPI log structure per job entry. More... | |
struct | Spi_JobLogType |
SPI job log structure. More... | |
uint32 Spi_JobLogEntryType::timeStamp |
Timestamp counter at which the job is scheduled
Spi_JobType Spi_JobLogEntryType::jobId |
Job ID of the scheduled job
Spi_SequenceType Spi_JobLogEntryType::seqId |
Sequence ID to which the job belongs
Spi_HWUnitType Spi_JobLogEntryType::hwUnitId |
HWUnit associated with the job
uint32 Spi_JobLogType::logIndex |
Current log index. This -1 points to the last log entry
uint32 Spi_JobLogType::totalLog |
Total log including wrapper around
Spi_JobLogEntryType Spi_JobLogType::logEntry[SPI_MAX_JOB_LOG] |
Log entries
|
extern |
SPI job log object.