simulavr  1.1.0
IrqStatisticEntry Class Reference

#include <irqsystem.h>

Public Member Functions

 IrqStatisticEntry ()
 
void CalcDiffs ()
 

Public Attributes

SystemClockOffset flagSet
 
SystemClockOffset flagCleared
 
SystemClockOffset handlerStarted
 
SystemClockOffset handlerFinished
 
SystemClockOffset setClear
 
SystemClockOffset setStarted
 
SystemClockOffset setFinished
 
SystemClockOffset startedFinished
 

Detailed Description

Definition at line 42 of file irqsystem.h.

Constructor & Destructor Documentation

◆ IrqStatisticEntry()

IrqStatisticEntry::IrqStatisticEntry ( )
inline

Definition at line 56 of file irqsystem.h.

References CalcDiffs().

Member Function Documentation

◆ CalcDiffs()

void IrqStatisticEntry::CalcDiffs ( )

Definition at line 48 of file irqsystem.cpp.

Referenced by IrqStatisticEntry().

Member Data Documentation

◆ flagCleared

SystemClockOffset IrqStatisticEntry::flagCleared

Definition at line 46 of file irqsystem.h.

Referenced by operator<<().

◆ flagSet

SystemClockOffset IrqStatisticEntry::flagSet

Definition at line 45 of file irqsystem.h.

Referenced by operator<<().

◆ handlerFinished

SystemClockOffset IrqStatisticEntry::handlerFinished

Definition at line 48 of file irqsystem.h.

Referenced by operator<<().

◆ handlerStarted

SystemClockOffset IrqStatisticEntry::handlerStarted

Definition at line 47 of file irqsystem.h.

Referenced by operator<<().

◆ setClear

SystemClockOffset IrqStatisticEntry::setClear

Definition at line 50 of file irqsystem.h.

Referenced by IrqStatisticPerVector::IrqStatisticPerVector(), and operator<<().

◆ setFinished

SystemClockOffset IrqStatisticEntry::setFinished

Definition at line 52 of file irqsystem.h.

Referenced by IrqStatisticPerVector::IrqStatisticPerVector(), and operator<<().

◆ setStarted

SystemClockOffset IrqStatisticEntry::setStarted

Definition at line 51 of file irqsystem.h.

Referenced by IrqStatisticPerVector::IrqStatisticPerVector(), and operator<<().

◆ startedFinished

SystemClockOffset IrqStatisticEntry::startedFinished

Definition at line 53 of file irqsystem.h.

Referenced by IrqStatisticPerVector::IrqStatisticPerVector(), and operator<<().


The documentation for this class was generated from the following files: