RADPx-OS Kernel (Radical Posix OS)  Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
rad_timer_source_ops Struct Reference

Public data structure for rad_timer_source_ops. More...

#include <radkernel.h>

Public Attributes

void * context
 Public structure field.
 
rad_status_t(* start_periodic )(void *context, uint32_t frequency_hz)
 Public callback slot.
 
rad_status_t(* schedule_oneshot )(void *context, uint64_t delay_micros)
 Public callback slot.
 
rad_status_t(* cancel_oneshot )(void *context)
 Public callback slot.
 

Detailed Description

Public data structure for rad_timer_source_ops.


The documentation for this struct was generated from the following file: