HomeSort by relevance Sort by last modified time
    Searched refs:fErr (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 95 void WSPI_SetErrLog (void* hWSPI, void (*fErr)(void));
139 void (*fErr) (void); /* user debug error handler */
wspi.c 281 pWSPI->fErr = 0;
577 if (pWSPI->fErr)
579 (*pWSPI->fErr) ();
    [all...]

Completed in 129 milliseconds