![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
#include <zrtos/types.h>#include <zrtos/cast.h>#include <zrtos/mem.h>#include <zrtos/vm_function.h>Go to the source code of this file.
Data Structures | |
| struct | _zrtos_vm_function_index_t |
Macros | |
| #define | ZRTOS_VM_FUNCTION_INDEX(name, ...) |
Typedefs | |
| typedef struct _zrtos_vm_function_index_t | zrtos_vm_function_index_t |
Functions | |
| bool | zrtos_vm_function_index__init (zrtos_vm_function_index_t *thiz, zrtos_vm_function_t *arr, size_t length) |
| zrtos_vm_function_t * | zrtos_vm_function_index__get_function (zrtos_vm_function_index_t *thiz, zrtos_vm_function_id_t id) |
| #define ZRTOS_VM_FUNCTION_INDEX | ( | name, | |
| ... | |||
| ) |
Definition at line 20 of file vm_function_index.h.
| typedef struct _zrtos_vm_function_index_t zrtos_vm_function_index_t |
| zrtos_vm_function_t* zrtos_vm_function_index__get_function | ( | zrtos_vm_function_index_t * | thiz, |
| zrtos_vm_function_id_t | id | ||
| ) |
Definition at line 41 of file vm_function_index.h.
| bool zrtos_vm_function_index__init | ( | zrtos_vm_function_index_t * | thiz, |
| zrtos_vm_function_t * | arr, | ||
| size_t | length | ||
| ) |
Definition at line 31 of file vm_function_index.h.