Searched refs:pCbSync (Results 1 – 2 of 2) sorted by relevance
1425 …void* pCbSync; ///< Internal storage of user callbacks when RF_runCmd… member
2608 if (h->state.pCbSync) in RF_syncCb()2611 ((RF_Callback)h->state.pCbSync)(h, ch, e); in RF_syncCb()2634 pCmd->pCb = (RF_Callback)h->state.pCbSync; in RF_syncCb()2638 h->state.pCbSync = NULL; in RF_syncCb()5035 h->state.pCbSync = (void*)pCmd->pCb; in RF_pendCmd()