#include <aversive.h>
#include <scheduler_config.h>
#include <scheduler_private.h>
Go to the source code of this file.
Functions | |
void | scheduler_del_event (int8_t i) |
void scheduler_del_event | ( | int8_t | num | ) |
Dels an event from the table by its ID. If there is no event, nothing is done.
Definition at line 26 of file scheduler_del.c.
References g_tab_event, IRQ_LOCK, IRQ_UNLOCK, SCHEDULER_EVENT_ACTIVE, SCHEDULER_EVENT_DELETING, SCHEDULER_EVENT_FREE, SCHEDULER_EVENT_SCHEDULED, and event_t::state.
Referenced by SIGNAL().