Searched refs:done (Results 1 – 10 of 10) sorted by relevance
308 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()
941 goto done; in whd_bus_sdio_cmd53()960 goto done; in whd_bus_sdio_cmd53()969 done: in whd_bus_sdio_cmd53()
467 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()
1453 whd_bool_t done = WHD_FALSE; in whd_wifi_join_wait_for_complete() local1457 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()
71 __iar_init$$done: ; The vector table is not needed72 ; until after copy initialization is done
70 __iar_init$$done: ; The vector table is not needed71 ; until after copy initialization is done
42 3. Call cybsp_wifi_init_primary() to initialize the interface. This needs to be done after having c…
125 NOTE: The new SysPM driver needs to be initialized by calling cyhal_syspm_init(). This is done auto…
52 …`RTOS_AWARE` component enabled, initialization of the HAL drivers must be done after the RTOS has …