StageSpec::Timer Struct Reference

Timer config. More...

#include <Stage.h>

# Public Attributes

uint16 resolution
 Timer's resolution (__TIMER_100US or __TIMER_20US)
uint16 targetTimePerInterrupt
 Target elapsed time between timer interrupts.
uint16 targetTimePerInterrupttUnits
 Timer interrupt's target time units.

# Detailed Description

Timer config.

Definition at line 47 of file Stage.h.

# Member Data Documentation

# resolution

uint16 StageSpec::Timer::resolution

Timer's resolution (__TIMER_100US or __TIMER_20US)

Definition at line 50 of file Stage.h.

# targetTimePerInterrupt

uint16 StageSpec::Timer::targetTimePerInterrupt

Target elapsed time between timer interrupts.

Definition at line 53 of file Stage.h.

# targetTimePerInterrupttUnits

uint16 StageSpec::Timer::targetTimePerInterrupttUnits

Timer interrupt's target time units.

Definition at line 56 of file Stage.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Entity/Container/Stage/Stage.h