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

  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.h 113 uint8_t bTimeout; /* Holds the Timeout Value */
phNxpNciHal.c 369 nxpprofile_ctrl.bTimeout = 0;
390 nxpprofile_ctrl.bTimeout = num;
395 NXPLOG_FWDNLD_D("gphNxpNciHal_fw_IoctlCtx.bClkFreqVal = 0x%x", nxpprofile_ctrl.bTimeout);
409 if ((nxpprofile_ctrl.bTimeout < CLK_TO_CFG_DEF) || (nxpprofile_ctrl.bTimeout > CLK_TO_CFG_MAX))
412 nxpprofile_ctrl.bTimeout = CLK_TO_CFG_DEF;
    [all...]

Completed in 220 milliseconds