51 #ifndef ADI_WIFI_LOGEVENT_H 52 #define ADI_WIFI_LOGEVENT_H 101 #if (ADI_CFG_WIFI_LOGEVENT == 1) 104 void adi_wifi_LogEvent(
const ADI_WIFI_LOG_ID event);
105 void adi_wifi_LogEventData(
const ADI_WIFI_LOG_ID event,
const uint32_t data);
107 #define ADI_WIFI_LOGEVENT(event) adi_wifi_LogEvent(event) 108 #define ADI_WIFI_LOGEVENT_DATA(event,data) adi_wifi_LogEventData(event,data); 110 static inline uint32_t ADI_WIFI_GET_TIMESTAMP() {
115 #define ADI_WIFI_LOGEVENT(event) 116 #define ADI_WIFI_LOGEVENT_DATA(event,data) Definition: adi_wifi_logevent.h:63
Definition: adi_wifi_logevent.h:75
Definition: adi_wifi_logevent.h:64
Definition: adi_wifi_logevent.h:96
Definition: adi_wifi_logevent.h:84
Definition: adi_wifi_logevent.h:72
Definition: adi_wifi_logevent.h:91
Definition: adi_wifi_logevent.h:95
Definition: adi_wifi_logevent.h:83
ADI_WIFI_LOG_ID
Definition: adi_wifi_logevent.h:58
Definition: adi_wifi_logevent.h:74
Definition: adi_wifi_logevent.h:62
Definition: adi_wifi_logevent.h:61
Definition: adi_wifi_logevent.h:80
Definition: adi_wifi_logevent.h:94
Definition: adi_wifi_logevent.h:69
Definition: adi_wifi_logevent.h:68
Definition: adi_wifi_logevent.h:92
Definition: adi_wifi_logevent.h:67
Definition: adi_wifi_logevent.h:90
Definition: adi_wifi_logevent.h:70
Definition: adi_wifi_logevent.h:86
Definition: adi_wifi_logevent.h:81
Definition: adi_wifi_logevent.h:85
Definition: adi_wifi_logevent.h:89
Definition: adi_wifi_logevent.h:77
Definition: adi_wifi_logevent.h:87
Definition: adi_wifi_logevent.h:71
Definition: adi_wifi_logevent.h:76
Definition: adi_wifi_logevent.h:98
Definition: adi_wifi_logevent.h:93
Definition: adi_wifi_logevent.h:88
Definition: adi_wifi_logevent.h:82
Definition: adi_wifi_logevent.h:73