Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_common.c308 goto done; in whd_bus_transfer_backplane_bytes()
338 goto done; in whd_bus_transfer_backplane_bytes()
351 goto done; in whd_bus_transfer_backplane_bytes()
363 goto done; in whd_bus_transfer_backplane_bytes()
372 done: in whd_bus_transfer_backplane_bytes()
Dwhd_bus_sdio_protocol.c941 goto done; in whd_bus_sdio_cmd53()
960 goto done; in whd_bus_sdio_cmd53()
969 done: in whd_bus_sdio_cmd53()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_chip.c467 goto done; in whd_wifi_read_wlan_log_unsafe()
475 goto done; in whd_wifi_read_wlan_log_unsafe()
491 goto done; in whd_wifi_read_wlan_log_unsafe()
502 goto done; in whd_wifi_read_wlan_log_unsafe()
514 goto done; in whd_wifi_read_wlan_log_unsafe()
528 goto done; in whd_wifi_read_wlan_log_unsafe()
535 goto done; in whd_wifi_read_wlan_log_unsafe()
547 goto done; in whd_wifi_read_wlan_log_unsafe()
571 goto done; in whd_wifi_read_wlan_log_unsafe()
593 done: return result; in whd_wifi_read_wlan_log_unsafe()
Dwhd_wifi_api.c1453 whd_bool_t done = WHD_FALSE; in whd_wifi_join_wait_for_complete() local
1457 while (!done) in whd_wifi_join_wait_for_complete()
1470 done = (whd_bool_t)( (current_time - start_time) >= DEFAULT_JOIN_ATTEMPT_TIMEOUT ); in whd_wifi_join_wait_for_complete()
/hal_infineon-3.4.0/XMCLib/devices/XMC4500/Source/IAR/
Dstartup_XMC4504.s71 __iar_init$$done: ; The vector table is not needed
72 ; until after copy initialization is done
Dstartup_XMC4500.s70 __iar_init$$done: ; The vector table is not needed
71 ; until after copy initialization is done
Dstartup_XMC4502.s71 __iar_init$$done: ; The vector table is not needed
72 ; until after copy initialization is done
/hal_infineon-3.4.0/whd-bsp-integration/
DREADME.md42 3. Call cybsp_wifi_init_primary() to initialize the interface. This needs to be done after having c…
/hal_infineon-3.4.0/mtb-hal-cat1/
DRELEASE.md125 NOTE: The new SysPM driver needs to be initialized by calling cyhal_syspm_init(). This is done auto…
DREADME.md52 …`RTOS_AWARE` component enabled, initialization of the HAL drivers must be done after the RTOS has …