Searched refs:kTeq1Options (Results 1 – 3 of 3) sorted by relevance
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 374 static const struct Teq1ProtocolOptions kTeq1Options = { variable 417 return teq1_transceive(ese, &kTeq1Options, tx_sg, tx_nsg, rx_sg, rx_nsg); in EseTransceive() 518 frame.header.NAD = kTeq1Options.node_address; in TEST_F() 533 frame.header.NAD = kTeq1Options.host_address; in TEST_F() 557 frame.header.NAD = kTeq1Options.node_address; in TEST_F() 572 frame.header.NAD = kTeq1Options.host_address; in TEST_F() 580 frame.header.NAD = kTeq1Options.host_address; in TEST_F() 610 frame.header.NAD = kTeq1Options.node_address; in TEST_F() 631 frame.header.NAD = kTeq1Options.node_address; in TEST_F() 639 frame.header.NAD = kTeq1Options.host_address; in TEST_F() [all …]
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 42 static const struct Teq1ProtocolOptions kTeq1Options = { variable 135 int intervals = (int)(0.5f + timeout / (7.0f * kTeq1Options.etu)); in nxp_pn80t_poll() 158 7.0f * kTeq1Options.etu * 1000000.0f); /* s -> us */ in nxp_pn80t_poll() 193 nxp_pn80t_poll(ese, kTeq1Options.host_address, 5.0f, 0); in nxp_pn80t_send_cooldown() 312 return teq1_transceive(ese, &kTeq1Options, tx_buf, tx_len, rx_buf, rx_len); in nxp_pn80t_transceive()
|
/external/libese/libese-hw/ |
D | ese_hw_echo.c | 147 static const struct Teq1ProtocolOptions kTeq1Options = { variable 158 return teq1_transceive(ese, &kTeq1Options, tx_buf, tx_len, rx_buf, rx_len); in echo_transceive() 175 .opts = &kTeq1Options,
|