Lines Matching full:callback
71 * \name NDEF Registration And Listening callback and node definitions
76 * be present in a single callback function.
80 #define PH_FRINFC_NDEFREG_MAX_RTD 8 /**< Maximum number of RTDs per callback function. */
84 * \brief NDEF Callback
93 * The underlying type of the callback parameter (void pointer) is \ref phFriNfc_NdefReg_CbParam_t .
95 * \note On systems, requiring non-blocking operation, the user-defined callback function must not block,
113 * \brief Callback Parameter. This parameter is provided to the CB function that serves
117 * All information required to perform the \ref pphFriNfc_Cr_t "callback" operation is contained
131 * The records that matched with the registred RTDs for this callback.
150 itself is written in C and therefore it requires a pure "C" callback that can be provided by
163 * \brief Registration of a Callback - Parameter Structure
236 phFriNfc_NdefReg_Cb_t *NdefTypeList; /**< \internal List of Callback Structures (Listeners). */
295 * structure, which is later used to store the callback parameters.
317 * \brief Ndef Registry \b Add \b Callback function
344 * \brief NDEF Registry \b Remove \b Callback function
379 * RTDs and if a match is found, it calls the related callback. This procedure is done for each
409 * the related callback.