Home
last modified time | relevance | path

Searched refs:Teq1Frame (Results 1 – 6 of 6) sorted by relevance

/external/libese/libese-teq1/
Dteq1_private.h110 struct Teq1Frame *frame);
114 struct Teq1Frame *frame);
115 uint8_t teq1_fill_info_block(struct Teq1State *state, struct Teq1Frame *frame);
116 void teq1_get_app_data(struct Teq1State *state, const struct Teq1Frame *frame);
118 struct Teq1Frame *tx_frame,
119 struct Teq1Frame *rx_frame);
121 struct Teq1Frame *tx_frame,
122 struct Teq1Frame *rx_frame,
123 struct Teq1Frame *next_tx);
Dteq1.c101 struct Teq1Frame *frame) { in teq1_transmit()
134 struct Teq1Frame *frame) { in teq1_receive()
180 uint8_t teq1_fill_info_block(struct Teq1State *state, struct Teq1Frame *frame) { in teq1_fill_info_block()
223 void teq1_get_app_data(struct Teq1State *state, const struct Teq1Frame *frame) { in teq1_get_app_data()
251 struct Teq1Frame *tx_frame, in teq1_frame_error_check()
252 struct Teq1Frame *rx_frame) { in teq1_frame_error_check()
312 enum RuleResult teq1_rules(struct Teq1State *state, struct Teq1Frame *tx_frame, in teq1_rules()
313 struct Teq1Frame *rx_frame, in teq1_rules()
314 struct Teq1Frame *next_tx) { in teq1_rules()
565 struct Teq1Frame tx_frame[2]; in teq1_transceive()
[all …]
/external/libese/libese-teq1/include/ese/
Dteq1.h104 struct Teq1Frame { struct
142 … (teq1_protocol_preprocess_op_t)(const struct Teq1ProtocolOptions *const, struct Teq1Frame *, int);
195 uint8_t teq1_compute_LRC(const struct Teq1Frame *frame);
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp49 struct Teq1Frame tx_frame_, rx_frame_;
105 memset(&tx_frame_, 0, sizeof(struct Teq1Frame));
106 memset(&tx_next_, 0, sizeof(struct Teq1Frame));
107 memset(&rx_frame_, 0, sizeof(struct Teq1Frame));
113 struct Teq1Frame tx_frame_;
114 struct Teq1Frame tx_next_;
115 struct Teq1Frame rx_frame_;
516 struct Teq1Frame frame; in TEST_F()
555 struct Teq1Frame frame; in TEST_F()
608 struct Teq1Frame frame; in TEST_F()
[all …]
/external/libese/libese-hw/
Dese_hw_echo.c28 struct Teq1Frame frame;
132 struct Teq1Frame *frame, int tx) { in echo_preprocess()
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c22 struct Teq1Frame *frame, int tx) { in nxp_pn80t_preprocess()