HomeSort by relevance Sort by last modified time
    Searched refs:eExceptionType (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phOsalNfc.h 87 phOsalNfc_ExceptionType_t eExceptionType;
122 * \param[in] eExceptiontype exception type.
128 void phOsalNfc_RaiseException(phOsalNfc_ExceptionType_t eExceptiontype,
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 131 * This function raises an exception of type \a eExceptionType with
134 * \param eExceptionType exception type.
143 void phOsalNfc_RaiseException(phOsalNfc_ExceptionType_t eExceptionType, uint16_t reason)
145 if(eExceptionType == phOsalNfc_e_UnrecovFirmwareErr)

Completed in 288 milliseconds