Home
last modified time | relevance | path

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

/babblesim_ext_2G4_libPhyComv1-latest/src/
Dbs_pc_2G4.h86 int p2G4_dev_req_txv2_c_b(p2G4_txv2_t *tx_s, uint8_t *packet, 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);
132 int p2G4_dev_req_txv2_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, …
159 int p2G4_dev_req_txv2_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet,…
Dbs_pc_2G4_priv.c21 void p2G4_dev_req_txv2_i(pb_dev_state_t *pb_dev_state, p2G4_txv2_t *s, in p2G4_dev_req_txv2_i()
24 pb_send_msg(pb_dev_state->ff_dtp, P2G4_MSG_TXV2, (void *)s, sizeof(p2G4_txv2_t)); in p2G4_dev_req_txv2_i()
Dbs_pc_2G4.c32 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()
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.h21 void p2G4_dev_req_txv2_i(pb_dev_state_t *pb_dev_state, p2G4_txv2_t *s, uint8_t *buf);
Dbs_pc_2G4_stateless.c105 int p2G4_dev_req_txv2_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet,… in p2G4_dev_req_txv2_s_c_b()
140 int p2G4_dev_req_txv2_s_c(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet) { in p2G4_dev_req_txv2_s_c()
Dbs_pc_2G4_types.h239 } p2G4_txv2_t; typedef
Dbs_pc_2G4_stateless_wo_callbacks.c106 int p2G4_dev_req_txv2_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, … in p2G4_dev_req_txv2_s_nc_b()
/babblesim_ext_2G4_libPhyComv1-latest/docs/
DREADME.md34 A p2G4_txv2_t structure from the device, is followed by a byte array of
36 A p2G4_txv2_t is followed by a p2G4_tx_done_t from the Phy.