Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.h161 uint8_t bTimeout; /* Holds the Timeout Value */ member
DphNxpNciHal.cc489 nxpprofile_ctrl.bTimeout = 0; in phNxpNciHal_get_clk_freq()
507 nxpprofile_ctrl.bTimeout = num; in phNxpNciHal_get_clk_freq()
515 nxpprofile_ctrl.bTimeout); in phNxpNciHal_get_clk_freq()
530 if ((nxpprofile_ctrl.bTimeout < CLK_TO_CFG_DEF) || in phNxpNciHal_get_clk_freq()
531 (nxpprofile_ctrl.bTimeout > CLK_TO_CFG_MAX)) { in phNxpNciHal_get_clk_freq()
534 nxpprofile_ctrl.bTimeout = CLK_TO_CFG_DEF; in phNxpNciHal_get_clk_freq()
2736 set_clock_cmd[11] = nxpprofile_ctrl.bTimeout; in phNxpNciHal_set_clock()
2793 phNxpNciClock.p_rx_data[16] == nxpprofile_ctrl.bTimeout) { in phNxpNciHal_check_clock_config()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.h288 uint8_t bTimeout; /* Holds the Timeout Value */ member