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()
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()
551 struct Teq1Frame rx_frame; in teq1_transceive()
552 struct Teq1Frame *tx = &tx_frame[0]; in teq1_transceive()
565 _static_assert(TEQ1FRAME_SIZE == sizeof(struct Teq1Frame), in teq1_transceive()
658 API uint8_t teq1_compute_LRC(const struct Teq1Frame *frame) { in teq1_compute_LRC()