Home | History | Annotate | Download | only in src

Lines Matching full:callback

50 //		nfc_osal_def_call_t  pDeferedCall;/**< pointer to Deferred callback */
72 * \brief Timer callback interface which will be called once registered timer
74 * \param[in] TimerId Timer Id for which callback is called.
84 * and timer callback.
90 ppCallBck_t pCallBck;/**< pointer to Timer Callback*/
91 void* pContext; /**< Timer Callback context*/
125 * timer stops and restarts with the new timeout value and new callback function
128 * \note The old timeout and callback reference are not valid any more if timer
136 * \param[in] Application_callback Application Callback interface to be called
158 * This API allows to stop running timers. In case the timer is stopped, its callback will not be
162 * \param[in] Application_callback Application Callback interface to be called when timer expires.