10 #ifndef K_API_PERIODIC_H
11 #define K_API_PERIODIC_H
83 #include <kApi/Threads/kPeriodic.x.h>
Represents a 64-bit unsigned integer.
Represents a void pointer.
kStatus kPeriodic_Construct(kPeriodic *timer, kAlloc allocator)
Constructs a kPeriodic object.
Abstract base class for memory allocator types.
Essential API declarations.
kStatus kPeriodic_Stop(kPeriodic timer)
Stops timer callbacks.
Represents an enumeration of error codes.
kStatus kPeriodic_Start(kPeriodic timer, k64u period, kPeriodicElapsedFx onElapsed, kPointer context)
Starts callbacks at the specified period.
#define kCall
kApi standard function calling convention.
Definition: kApiDef.h:17
Represents a boolean value.
kBool kPeriodic_Enabled(kPeriodic timer)
Reports whether periodic timer callbacks are currently enabled.
Provides a periodic function call.