Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/hal/
DphNxpNciHal.h160 uint8_t bTimeout; /* Holds the Timeout Value */ member
DphNxpNciHal.cc482 nxpprofile_ctrl.bTimeout = 0; in phNxpNciHal_get_clk_freq()
500 nxpprofile_ctrl.bTimeout = num; in phNxpNciHal_get_clk_freq()
508 nxpprofile_ctrl.bTimeout); in phNxpNciHal_get_clk_freq()
523 if ((nxpprofile_ctrl.bTimeout < CLK_TO_CFG_DEF) || in phNxpNciHal_get_clk_freq()
524 (nxpprofile_ctrl.bTimeout > CLK_TO_CFG_MAX)) { in phNxpNciHal_get_clk_freq()
527 nxpprofile_ctrl.bTimeout = CLK_TO_CFG_DEF; in phNxpNciHal_get_clk_freq()
2704 set_clock_cmd[11] = nxpprofile_ctrl.bTimeout; in phNxpNciHal_set_clock()
2761 phNxpNciClock.p_rx_data[16] == nxpprofile_ctrl.bTimeout) { in phNxpNciHal_check_clock_config()