![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
#include <zrtos/types.h>
Go to the source code of this file.
Data Structures | |
struct | _zrtos_vm_io_source_address_t |
Typedefs | |
typedef struct _zrtos_vm_io_source_address_t | zrtos_vm_io_address_t |
Functions | |
bool | zrtos_vm_io_type__is_uint (zrtos_vm_io_type_t type) |
bool | zrtos_vm_io_type__is_int (zrtos_vm_io_type_t type) |
bool | zrtos_vm_io_type__is_float (zrtos_vm_io_type_t type) |
bool | zrtos_vm_io_type__is_double (zrtos_vm_io_type_t type) |
size_t | zrtos_vm_io_type__get_length (zrtos_vm_io_type_t type) |
size_t | zrtos_vm_io_address__get_address (zrtos_vm_io_address_t *thiz) |
bool | zrtos_vm_io_address__is_negative (zrtos_vm_io_address_t *thiz) |
bool | zrtos_vm_io_address__is_relative (zrtos_vm_io_address_t *thiz) |
size_t | zrtos_vm_io_address__get_length (zrtos_vm_io_address_t *thiz) |
bool | zrtos_vm_io_address__is_source_program (zrtos_vm_io_address_t *thiz) |
typedef struct _zrtos_vm_io_source_address_t zrtos_vm_io_address_t |
Definition at line 79 of file vm_io.h.
Definition at line 17 of file vm_io.h.
Definition at line 29 of file vm_io.h.
size_t zrtos_vm_io_address__get_address | ( | zrtos_vm_io_address_t * | thiz | ) |
size_t zrtos_vm_io_address__get_length | ( | zrtos_vm_io_address_t * | thiz | ) |
Definition at line 118 of file vm_io.h.
bool zrtos_vm_io_address__is_negative | ( | zrtos_vm_io_address_t * | thiz | ) |
Definition at line 110 of file vm_io.h.
bool zrtos_vm_io_address__is_relative | ( | zrtos_vm_io_address_t * | thiz | ) |
bool zrtos_vm_io_address__is_source_program | ( | zrtos_vm_io_address_t * | thiz | ) |
size_t zrtos_vm_io_type__get_length | ( | zrtos_vm_io_type_t | type | ) |
Definition at line 68 of file vm_io.h.
bool zrtos_vm_io_type__is_double | ( | zrtos_vm_io_type_t | type | ) |
bool zrtos_vm_io_type__is_float | ( | zrtos_vm_io_type_t | type | ) |
bool zrtos_vm_io_type__is_int | ( | zrtos_vm_io_type_t | type | ) |
bool zrtos_vm_io_type__is_uint | ( | zrtos_vm_io_type_t | type | ) |
Definition at line 47 of file vm_io.h.