ISIX-RTOS - small operating system for ARM microcontrollers 1.2
Data Structures | Namespaces | Typedefs | Functions

irqtimers.h File Reference

#include <isix/config.h>
#include <isix/types.h>
#include <isix/semaphore.h>
#include <cstddef>
Include dependency graph for isix/irqtimers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  isix::virtual_timer
 C++ wrapper for the vtime. More...

Namespaces

namespace  isix

Typedefs

typedef struct vtimer_struct isix::vtimer_t

Functions

vtimer_t * isix::isix_vtimer_create (void(*func)(void *), void *arg)
int isix::isix_vtimer_start (vtimer_t *timer, tick_t timeout)
static int isix::isix_vtimer_stop (vtimer_t *timer)
int isix::isix_vtimer_destroy (vtimer_t *timer)
static int isix::isix_vtimer_start_ms (vtimer_t *timer, tick_t timeout)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines