Lines Matching full:component
63 /** \defgroup grp_fri_nfc_ndef_map NDEF Mapping Component
65 * This component implements the read/write/check NDEF functions for remote devices.
194 * These are the indices of the completion routine pointers within the component context.
799 * \brief NFC NDEF Mapping Component Context Structure
973 * \copydoc page_reg Resets the component instance to the initial state and initialises the
979 * underlying component.
983 * This parameter is needed by the component in special cases, when an internal call
985 * the pointer must be retained by the calling software. The component itself only
988 * the integrating software (not done by the component). The purpose of
994 * \param[in] ReceiveBuffer Pointer to a buffer that the component uses internally use to
995 * store the data received from the lower component.
998 * of the data received from the lower component.
1039 * serving as the component context.
1040 * \param[in] FunctionID ID of the component API function to set a with a completion routine for.
1043 * \param[in] CompletionRoutine Pointer to a completion routine (part of a component of the upper layer)
1045 * \param[in] CompletionRoutineContext Pointer to the context of the (upper) component where the
1070 * component context structure.
1078 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
1080 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start reading
1115 * component context structure.
1123 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
1125 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start writing
1156 * component context structure.
1184 * the component context.
1204 * component context structure.
1228 * component context structure.
1249 * component's context (\ref phFriNfc_NdefMap_t).
1276 * component context structure.
1292 * \param[in] NdefMap Pointer to a valid instance of the \ref phFriNfc_NdefMap_t component context structure.