Searched refs:whd_set_error_handler_locally (Results 1 – 4 of 4) sorted by relevance
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_events.c | 190 whd_result_t whd_set_error_handler_locally(whd_driver_t whd_driver, const uint8_t *error_nums, in whd_set_error_handler_locally() function 584 res = whd_set_error_handler_locally(whd_driver, error_nums, handler_func, handler_user_data, in whd_wifi_set_error_handler()
|
D | whd_thread.c | 343 whd_set_error_handler_locally(whd_driver, &error_type, NULL, NULL, NULL); in whd_thread_func()
|
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_events_int.h | 418 extern whd_result_t whd_set_error_handler_locally(whd_driver_t whd_driver, const uint8_t *error_num…
|
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
D | whd_bus_sdio_protocol.c | 622 whd_set_error_handler_locally(whd_driver, &error_type, NULL, NULL, NULL); in whd_bus_sdio_packet_available_to_read()
|