Home | History | Annotate | Download | only in tml

Lines Matching full:pconfig

66 ** Parameters       pConfig     - TML configuration details as provided by the upper layer
76 NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig)
87 else if ((NULL == pConfig) ||
88 (PH_TMLNFC_RESET_VALUE == pConfig->dwGetMsgThreadId))
110 wInitStatus = phTmlNfc_i2c_open_and_configure(pConfig, &(gpphTmlNfc_Context->pDevHandle));
151 gpphTmlNfc_Context->dwCallbackThreadId = pConfig->dwGetMsgThreadId;