ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <isix/error.h>
Go to the source code of this file.
Namespaces | |
namespace | isix |
Defines | |
#define | NULL ((void*)0) |
Null defs. | |
#define | _BV(x) (1<<x) |
Bit shift. | |
Typedefs | |
typedef unsigned int | isix::tick_t |
Define tick type. |
#define NULL ((void*)0) |
Null defs.
Definition at line 12 of file types.h.
Referenced by alloc_task_ready_t(), isix_alloc(), isix_alloc_init(), isix_fifo_create(), isix_free(), isix_init(), isix_sem_create_limited(), isix_sem_wait(), isix_task_create(), isix_task_delete(), isix_vtimer_create(), isix_vtimer_destroy(), isix_vtimer_start(), isix_wait(), isix_wait_for_multiple_objects(), isixp_add_task_to_ready_list(), isixp_schedule_time(), isixp_sem_signal(), isixp_task_init_stack(), list_delete(), list_is_elem_assigned(), port_clear_interrupt_mask(), port_set_interrupt_mask(), port_start_first_task(), isix::semaphore::semaphore(), and setup_signals().