Searched refs:c2G4_dev_st (Results 1 – 2 of 2) sorted by relevance
| /babblesim_ext_2G4_libPhyComv1-latest/src/ |
| D | bs_pc_2G4_stateless_wo_callbacks.c | 24 static int p2G4_dev_get_tx_resp_nc(p2G4_dev_state_nc_t *c2G4_dev_st) { in p2G4_dev_get_tx_resp_nc() argument 28 ret = pb_dev_read(&c2G4_dev_st->pb_dev_state, &header, sizeof(pc_header_t)); in p2G4_dev_get_tx_resp_nc() 33 c2G4_dev_st->ongoing = Tx_Abort_Reeval_2G4; in p2G4_dev_get_tx_resp_nc() 37 c2G4_dev_st->ongoing = Nothing_2G4; in p2G4_dev_get_tx_resp_nc() 39 ret = p2G4_dev_handle_tx_resp_i(&c2G4_dev_st->pb_dev_state, header, c2G4_dev_st->tx_done_s); in p2G4_dev_get_tx_resp_nc() 46 static int p2G4_dev_get_cca_resp_nc(p2G4_dev_state_nc_t *c2G4_dev_st) { in p2G4_dev_get_cca_resp_nc() argument 50 ret = pb_dev_read(&c2G4_dev_st->pb_dev_state, &header, sizeof(pc_header_t)); in p2G4_dev_get_cca_resp_nc() 55 c2G4_dev_st->ongoing = CCA_Abort_Reeval_2G4; in p2G4_dev_get_cca_resp_nc() 59 c2G4_dev_st->ongoing = Nothing_2G4; in p2G4_dev_get_cca_resp_nc() 61 ret = p2G4_dev_handle_cca_resp_i(&c2G4_dev_st->pb_dev_state, header, c2G4_dev_st->cca_done_s); in p2G4_dev_get_cca_resp_nc() [all …]
|
| D | bs_pc_2G4.h | 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, … 134 int p2G4_dev_req_cca_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_cca_t *cca_s, p2G4_cca_done_t *c… 135 int p2G4_dev_provide_new_cca_abort_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_abort_t * abort);
|