Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/hal/
DphNxpNciHal.h162 uint8_t bTimeout; /* Holds the Timeout Value */ member
DphNxpNciHal.cc490 nxpprofile_ctrl.bTimeout = 0; in phNxpNciHal_get_clk_freq()
508 nxpprofile_ctrl.bTimeout = num; in phNxpNciHal_get_clk_freq()
516 nxpprofile_ctrl.bTimeout); in phNxpNciHal_get_clk_freq()
531 if ((nxpprofile_ctrl.bTimeout < CLK_TO_CFG_DEF) || in phNxpNciHal_get_clk_freq()
532 (nxpprofile_ctrl.bTimeout > CLK_TO_CFG_MAX)) { in phNxpNciHal_get_clk_freq()
535 nxpprofile_ctrl.bTimeout = CLK_TO_CFG_DEF; in phNxpNciHal_get_clk_freq()
2699 set_clock_cmd[11] = nxpprofile_ctrl.bTimeout; in phNxpNciHal_set_clock()
2756 phNxpNciClock.p_rx_data[16] == nxpprofile_ctrl.bTimeout) { in phNxpNciHal_check_clock_config()