ChibiOS/HAL  6.1.0
palevent_t Struct Reference

Type of a PAL event record. More...

#include <hal_pal.h>

Collaboration diagram for palevent_t:
Collaboration graph

Data Fields

threads_queue_t threads
 Threads queued for an event. More...
 
palcallback_t cb
 Event callback. More...
 
void * arg
 Event callback argument. More...
 

Detailed Description

Type of a PAL event record.

Definition at line 154 of file hal_pal.h.

Field Documentation

threads_queue_t palevent_t::threads

Threads queued for an event.

Definition at line 159 of file hal_pal.h.

Referenced by palWaitLineTimeoutS(), and palWaitPadTimeoutS().

palcallback_t palevent_t::cb

Event callback.

Definition at line 165 of file hal_pal.h.

Referenced by palSetLineCallbackI(), and palSetPadCallbackI().

void* palevent_t::arg

Event callback argument.

Definition at line 169 of file hal_pal.h.

Referenced by palSetLineCallbackI(), and palSetPadCallbackI().