Searched refs:p2G4_tx_t (Results 1 – 7 of 7) sorted by relevance
| /babblesim_ext_2G4_libPhyComv1-latest/src/ |
| D | bs_pc_2G4.h | 85 int p2G4_dev_req_tx_c_b(p2G4_tx_t *tx_s, uint8_t *buf, 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); 131 int p2G4_dev_req_tx_s_nc_b(p2G4_dev_state_nc_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx… 158 int p2G4_dev_req_tx_s_c_b(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_d… 160 int p2G4_dev_req_tx_s_c(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf);
|
| D | bs_pc_2G4_priv.c | 14 void p2G4_dev_req_tx_i(pb_dev_state_t *pb_dev_state, p2G4_tx_t *s, in p2G4_dev_req_tx_i() 17 pb_send_msg(pb_dev_state->ff_dtp, P2G4_MSG_TX, (void *)s, sizeof(p2G4_tx_t)); in p2G4_dev_req_tx_i()
|
| D | bs_pc_2G4.c | 28 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() 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()
|
| D | bs_pc_2G4_priv.h | 20 void p2G4_dev_req_tx_i(pb_dev_state_t *pb_dev_state, p2G4_tx_t *tx_s, uint8_t *p);
|
| D | bs_pc_2G4_stateless.c | 85 int p2G4_dev_req_tx_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_t *tx_s, uint8_t *packet, p2G… in p2G4_dev_req_tx_s_c_b() 127 int p2G4_dev_req_tx_s_c(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_t *tx_s, uint8_t *packet) { in p2G4_dev_req_tx_s_c()
|
| D | bs_pc_2G4_types.h | 124 } p2G4_tx_t; typedef
|
| D | bs_pc_2G4_stateless_wo_callbacks.c | 80 int p2G4_dev_req_tx_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *packet, p2G4… in p2G4_dev_req_tx_s_nc_b()
|