Home
last modified time | relevance | path

Searched refs:p2G4_tx_done_t (Results 1 – 8 of 8) sorted by relevance

/babblesim_ext_2G4_libPhyComv1-latest/src/
Dbs_pc_2G4.h85 int p2G4_dev_req_tx_c_b(p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
86 int p2G4_dev_req_txv2_c_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
95 int p2G4_dev_req_tx_nc_b(p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
96 int p2G4_dev_req_txv2_nc_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
121 p2G4_tx_done_t *tx_done_s;
131 …s_nc_b(p2G4_dev_state_nc_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
132 …b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
158 …x_s_c_b(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
159 …p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
161 int p2G4_dev_pick_txresp_s_c_b(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_done_t *tx_done_s);
Dbs_pc_2G4.c28 int p2G4_dev_req_tx_c_b(p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_tx_c_b()
32 int p2G4_dev_req_txv2_c_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_txv2_c_b()
78 int p2G4_dev_req_tx_nc_b(p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_tx_nc_b()
82 int p2G4_dev_req_txv2_nc_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_txv2_nc_b()
Dbs_pc_2G4_priv.c29 p2G4_tx_done_t *tx_done_s) in p2G4_dev_handle_tx_resp_i()
33 ret = pb_dev_read(pb_dev_state, tx_done_s, sizeof(p2G4_tx_done_t)); in p2G4_dev_handle_tx_resp_i()
53 p2G4_tx_done_t *tx_done_s) in p2G4_dev_get_tx_resp_i()
Dbs_pc_2G4_priv.h22 int p2G4_dev_handle_tx_resp_i(pb_dev_state_t *pb_dev_state, pc_header_t header, p2G4_tx_done_t *tx_…
23 int p2G4_dev_get_tx_resp_i(pb_dev_state_t *pb_dev_state, p2G4_tx_done_t *tx_done_s);
Dbs_pc_2G4_stateless.c85 …_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) in p2G4_dev_req_tx_s_c_b()
105 …(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) in p2G4_dev_req_txv2_s_c_b()
154 int p2G4_dev_pick_txresp_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_pick_txresp_s_c_b()
Dbs_pc_2G4_stateless_wo_callbacks.c80 …_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_tx_s_nc_b()
106 …(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_txv2_s_nc_b()
Dbs_pc_2G4_types.h150 } p2G4_tx_done_t; typedef
/babblesim_ext_2G4_libPhyComv1-latest/docs/
DREADME.md36 A p2G4_txv2_t is followed by a p2G4_tx_done_t from the Phy.