Home
last modified time | relevance | path

Searched refs:bTimeout (Results 1 – 2 of 2) sorted by relevance

/system/nfc/halimpl/pn54x/hal/
DphNxpNciHal.h107 uint8_t bTimeout; /* Holds the Timeout Value */ member
DphNxpNciHal.c356 nxpprofile_ctrl.bTimeout = 0; in phNxpNciHal_get_clk_freq()
374 nxpprofile_ctrl.bTimeout = num; in phNxpNciHal_get_clk_freq()
382 nxpprofile_ctrl.bTimeout); in phNxpNciHal_get_clk_freq()
396 if ((nxpprofile_ctrl.bTimeout < CLK_TO_CFG_DEF) || in phNxpNciHal_get_clk_freq()
397 (nxpprofile_ctrl.bTimeout > CLK_TO_CFG_MAX)) { in phNxpNciHal_get_clk_freq()
400 nxpprofile_ctrl.bTimeout = CLK_TO_CFG_DEF; in phNxpNciHal_get_clk_freq()
2164 set_clock_cmd[11] = nxpprofile_ctrl.bTimeout; in phNxpNciHal_set_clock()
2221 phNxpNciClock.p_rx_data[16] == nxpprofile_ctrl.bTimeout) { in phNxpNciHal_check_clock_config()