Header for Event detection. More...
#include "whd.h"
Go to the source code of this file.
Typedefs | |
typedef void *(* | whd_error_handler_t) (whd_driver_t whd_driver, const uint8_t *error_type, const uint8_t *event_data, void *handler_user_data) |
Error handler prototype definition. More... | |
Header for Event detection.
Provides constants and prototypes for functions that allow both whd and user applications to receive event callbacks.
Definition in file whd_events_int.h.
typedef void*(* whd_error_handler_t) (whd_driver_t whd_driver, const uint8_t *error_type, const uint8_t *event_data, void *handler_user_data) |
Error handler prototype definition.
[out] | uint8_t | : error_type |
[out] | uint8_t* | : event data |
[out] | handler_user_data | : semaphore data |
Definition at line 391 of file whd_events_int.h.