|
RADPx-OS Kernel (Radical Posix OS)
Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
|
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. | |
Public data structure for rad_timer_source_ops.