#include <sys/device.h>
Go to the source code of this file.
Functions | |
void | NutEventTimeout (HANDLE timer, void *arg) |
Timer callback in case of event timeout. | |
int | NutEventWait (volatile HANDLE *qhp, u_long ms) |
Wait for an event in a specified queue. | |
void | NutEventPostAsync (HANDLE volatile *qhp) |
Asynchronously post an event to a specified queue. | |
void | NutEventPost (HANDLE *qhp) |
Post an event to a specified queue. | |
void | NutEventBroadcastAsync (HANDLE *qhp) |
Asynchronously broadcast an event to a specified queue. | |
void | NutEventBroadcast (HANDLE *qhp) |
Broadcast an event to a specified queue. |