Timer (C)

Description

C interface module for nn::os::Timer.

Structures

nnosTimer C structure that represents a timer.

Functions

nnosTimerInitialize See the corresponding C++ function, nn::os::Timer::Initialize.
nnosTimerTryInitialize See the corresponding C++ function, nn::os::Timer::TryInitialize.
nnosTimerStartPeriodic See the corresponding C++ function, nn::os::Timer::StartPeriodic.
nnosTimerStartOneShot See the corresponding C++ function, nn::os::Timer::StartOneShot.
nnosTimerWait See the corresponding C++ function, nn::os::Timer::Wait.
nnosTimerStop See the corresponding C++ function, nn::os::Timer::Stop.
nnosTimerClearSignal See the corresponding C++ function, nn::os::Timer::ClearSignal.
nnosTimerFinalize See the corresponding C++ function, nn::os::Timer::Finalize.
nnosTimerSignal See the corresponding C++ function, nn::os::Timer::Signal.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL