Home
last modified time | relevance | path

Searched refs:pb_phy_state_t (Results 1 – 2 of 2) sorted by relevance

/babblesim_base-3.4.0/libPhyComv1/src/
Dbs_pc_base.h33 } pb_phy_state_t; typedef
35 int pb_phy_is_connected_to_device(pb_phy_state_t * this, uint d);
36 int pb_phy_initcom(pb_phy_state_t *this, const char* s, const char *p, uint n);
37 void pb_phy_disconnect_devices(pb_phy_state_t *this);
38 pc_header_t pb_phy_get_next_request(pb_phy_state_t *this, uint d);
39 void pb_phy_get_wait_s(pb_phy_state_t *this, uint d, pb_wait_t *wait_s);
40 void pb_phy_resp_wait(pb_phy_state_t *this, uint d);
41 void pb_phy_free_one_device(pb_phy_state_t *this, int d);
Dbs_pc_base.c211 static int phy_test_and_create_lock_file(pb_phy_state_t *this, const char *phy_id){ in phy_test_and_create_lock_file()
252 int pb_phy_initcom(pb_phy_state_t *this, const char* s, const char *p, uint n) { in pb_phy_initcom()
307 void pb_phy_free_one_device(pb_phy_state_t *this, int d) { in pb_phy_free_one_device()
335 void pb_phy_disconnect_devices(pb_phy_state_t *this) { in pb_phy_disconnect_devices()
380 int pb_phy_is_connected_to_device(pb_phy_state_t *this, uint d){ in pb_phy_is_connected_to_device()
391 void pb_phy_resp_wait(pb_phy_state_t *this, uint d) { in pb_phy_resp_wait()
401 pc_header_t pb_phy_get_next_request(pb_phy_state_t *this, uint d) { in pb_phy_get_next_request()
418 void pb_phy_get_wait_s(pb_phy_state_t *this, uint d, pb_wait_t *wait_s) { in pb_phy_get_wait_s()