Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dconfig.h46 #ifndef ETIMEDOUT
47 #define ETIMEDOUT 116 /* Connection timed out */ macro
Dtfa2_haptic.c326 return -ETIMEDOUT; in tfa2_haptic_obj0_wait_finish()
346 return -ETIMEDOUT; in tfa2_haptic_calibrate_wait()
392 return -ETIMEDOUT; in tfa2_haptic_recalculate_wait()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx_IMX.c241 case -ETIMEDOUT: in TFA9XXX_ConvertErrorCode()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c678 ret = -ETIMEDOUT; in nxp_wifi_internal_tx()