ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
Go to the source code of this file.
Namespaces | |
namespace | isix |
Functions | |
void | isix::port_yield (void) |
void | isix::port_start_first_task (void) |
void | isix::port_set_interrupt_mask (void) |
void | isix::port_clear_interrupt_mask (void) |
static void | isix::port_cleanup_task (void *) |
static void | isix::port_idle_cpu (void) |
Variables | |
static const unsigned | isix::ISIX_PORT_SCHED_MIN_STACK_DEPTH = 112 |