Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_debug.h53 #define whd_assert(error_string, assertion) do { if (!(assertion) ){ WHD_TRIGGER_BREAKPOINT(); } } … argument
54 #define whd_minor_assert(error_string, \ argument
55 … assertion) do { if (!(assertion) ) WPRINT_MACRO( (error_string) ); } while (0)
57 #define whd_assert(error_string, \
58 … assertion) do { if (!(assertion) ){ WPRINT_MACRO( (error_string) ); } } while (0)
59 #define whd_minor_assert(error_string, assertion) do { (void)(assertion); } while (0)