Home
last modified time | relevance | path

Searched defs:d (Results 1 – 1 of 1) sorted by relevance

/babblesim_base-latest/libPhyComv1/src/
Dbs_pc_base.c306 for (int d = 0; d < this->n_devices; d++) { in pb_phy_initcom() local
337 void pb_phy_free_one_device(pb_phy_state_t *this, int d) { in pb_phy_free_one_device()
369 for (int d = 0; d < this->n_devices; d++) { in pb_phy_disconnect_devices() local
410 int pb_phy_is_connected_to_device(pb_phy_state_t *this, uint d){ in pb_phy_is_connected_to_device()
421 void pb_phy_resp_wait(pb_phy_state_t *this, uint d) { in pb_phy_resp_wait()
431 pc_header_t pb_phy_get_next_request(pb_phy_state_t *this, uint d) { in pb_phy_get_next_request()
448 void pb_phy_get_wait_s(pb_phy_state_t *this, uint d, pb_wait_t *wait_s) { in pb_phy_get_wait_s()
467 int pb_dev_init_com(pb_dev_state_t *this, uint d, const char* s, const char *p) { in pb_dev_init_com()