H A D | wspi.c | 246 WSPI_CB_T* cb - callback 256 int WSPI_Configure (TI_HANDLE hWSPI, TI_HANDLE hReport, const WSPIConfig_t* aConfig, WSPI_CB_T* cb) argument 284 pWSPI->fCb = cb->CBFunc; 285 pWSPI->pCb = cb->CBArg; 371 * WSPI_CB_T cb - callback parameters 393 WSPI_CB_T cb = { (request_callback_t)WSPI_SyncOverAsyncCb, hWSPI }; local 404 WSPI_ReadAsync (hWSPI, address, data, length, &cb, 1, 0); 512 * WSPI_CB_T cb - callback parameters 523 int WSPI_ReadAsyncOld (TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length, WSPI_CB_T* cb, BOOL bMore, BOOL bSpaceReserved) argument 596 pWSPI->fCb = cb 635 WSPI_CB_T cb = { (request_callback_t)WSPI_SyncOverAsyncCb, hWSPI }; local 734 WSPI_ReadAsync(TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length, WSPI_CB_T* cb, BOOL bMore, BOOL bSpaceReserved) argument 1169 WSPI_WriteAsyncOld(TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length, WSPI_CB_T* cb, BOOL bMore, BOOL bSpaceReserved) argument 1240 WSPI_WriteAsync(TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length, WSPI_CB_T* cb, BOOL bMore, BOOL bSpaceReserved) argument [all...] |