Lines Matching refs:Teq1Frame
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()
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()
566 struct Teq1Frame rx_frame; in teq1_transceive()
567 struct Teq1Frame *tx = &tx_frame[0]; in teq1_transceive()
585 _static_assert(TEQ1FRAME_SIZE == sizeof(struct Teq1Frame), in teq1_transceive()
693 ESE_API uint8_t teq1_compute_LRC(const struct Teq1Frame *frame) { in teq1_compute_LRC()