MCUSW
Loading...
Searching...
No Matches
Defines variables that could be used to driver

Introduction

status, job status, etc...

Data Structures

struct  Spi_JobLogEntryType
 SPI log structure per job entry. More...
 
struct  Spi_JobLogType
 SPI job log structure. More...
 

Variables

uint32 Spi_JobLogEntryType::timeStamp
 
Spi_JobType Spi_JobLogEntryType::jobId
 
Spi_SequenceType Spi_JobLogEntryType::seqId
 
Spi_HWUnitType Spi_JobLogEntryType::hwUnitId
 
uint32 Spi_JobLogType::logIndex
 
uint32 Spi_JobLogType::totalLog
 
Spi_JobLogEntryType Spi_JobLogType::logEntry [SPI_MAX_JOB_LOG]
 
Spi_JobLogType Spi_JobLogObj
 SPI job log object.
 

Variable Documentation

◆ timeStamp

uint32 Spi_JobLogEntryType::timeStamp

Timestamp counter at which the job is scheduled

◆ jobId

Spi_JobType Spi_JobLogEntryType::jobId

Job ID of the scheduled job

◆ seqId

Spi_SequenceType Spi_JobLogEntryType::seqId

Sequence ID to which the job belongs

◆ hwUnitId

Spi_HWUnitType Spi_JobLogEntryType::hwUnitId

HWUnit associated with the job

◆ logIndex

uint32 Spi_JobLogType::logIndex

Current log index. This -1 points to the last log entry

◆ totalLog

uint32 Spi_JobLogType::totalLog

Total log including wrapper around

◆ logEntry

Spi_JobLogEntryType Spi_JobLogType::logEntry[SPI_MAX_JOB_LOG]

Log entries

◆ Spi_JobLogObj

Spi_JobLogType Spi_JobLogObj
extern

SPI job log object.