result 1 result 2
Go back to reference home
Go back to Timer module
functions
initInitialize a timer.
createCreate a timer object.
startStart a timer.
expiredCheck if a timer has expired.
restartRestart a timer.
types
napc__TimerRepresentation of a timer.

expired

Check if a timer has expired.

This fn does not have a description.

Function Protoype


bool napc_Timer_expired(
    napc__Timer * timer
);

Notes


This function will return true only once per started timer.

Subsequent calls on the same timer will return false.

Parameter


timer
Pointer to napc__Timer variable.

Returns


Returns true if timer expired, false otherwise.

Changelog


Version
Date
Change
1.0.0
17.02.2022
initial version
Version: 1.4.1
Documentation generated at 24.03.2022 03:43:18 (UTC)
Go back to reference home
Go back to Timer module
functions
initInitialize a timer.
createCreate a timer object.
startStart a timer.
expiredCheck if a timer has expired.
restartRestart a timer.
types
napc__TimerRepresentation of a timer.