|
ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
#include <isix/config.h>#include <isix/types.h>#include <isix/semaphore.h>#include <cstddef>

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) |
1.7.3