#include <stdlib.h>
#include <avr/interrupt.h>
#include "otos_cfg.h"
#include "otos_def.h"
#include "types.h"
#include "event.h"
#include "time.h"
Go to the source code of this file.
Functions | |
void | otosSendEvent (OtosTask *pTask, uint16_t events) |
Send event(s) to one or more tasks. If a task waits for them, wake it. | |
void | otosSendEventToOneTask (OtosTask *pTask, uint16_t events) |
Send event(s) to one task. If task waits for them, wake it. | |
uint8_t | otosReceiveEvent (uint16_t events, uint32_t timeout) |
Receive events. |
Definition in file event.c.