Searched refs:Teq1Frame (Results 1 – 6 of 6) sorted by relevance
/external/libese/libese-teq1/ |
D | teq1_private.h | 112 struct Teq1Frame *frame); 116 struct Teq1Frame *frame); 117 uint8_t teq1_fill_info_block(struct Teq1State *state, struct Teq1Frame *frame); 118 void teq1_get_app_data(struct Teq1State *state, struct Teq1Frame *frame); 120 struct Teq1Frame *tx_frame, 121 struct Teq1Frame *rx_frame); 123 struct Teq1Frame *tx_frame, 124 struct Teq1Frame *rx_frame, 125 struct Teq1Frame *next_tx);
|
D | teq1.c | 101 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() 214 void teq1_get_app_data(struct Teq1State *state, struct Teq1Frame *frame) { in teq1_get_app_data() 241 struct Teq1Frame *tx_frame, in teq1_frame_error_check() 242 struct Teq1Frame *rx_frame) { in teq1_frame_error_check() 299 enum RuleResult teq1_rules(struct Teq1State *state, struct Teq1Frame *tx_frame, in teq1_rules() 300 struct Teq1Frame *rx_frame, in teq1_rules() 301 struct Teq1Frame *next_tx) { in teq1_rules() 550 struct Teq1Frame tx_frame[2]; in teq1_transceive() [all …]
|
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 45 struct Teq1Frame tx_frame_, rx_frame_; 99 memset(&tx_frame_, 0, sizeof(struct Teq1Frame)); 100 memset(&tx_next_, 0, sizeof(struct Teq1Frame)); 101 memset(&rx_frame_, 0, sizeof(struct Teq1Frame)); 107 struct Teq1Frame tx_frame_; 108 struct Teq1Frame tx_next_; 109 struct Teq1Frame rx_frame_;
|
/external/libese/libese-teq1/include/ese/ |
D | teq1.h | 104 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-hw/ |
D | ese_hw_echo.c | 28 struct Teq1Frame frame; 132 struct Teq1Frame *frame, int tx) { in echo_preprocess()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 26 struct Teq1Frame *frame, int tx) { in nxp_pn80t_preprocess()
|