Home
last modified time | relevance | path

Searched refs:pc_header_t (Results 1 – 3 of 3) sorted by relevance

/babblesim_base-latest/libPhyComv1/src/
Dbs_pc_base_types.h15 typedef uint32_t pc_header_t; typedef
Dbs_pc_base.h23 BSIM_INLINE void pb_send_msg(int ff, pc_header_t header,
39 pc_header_t pb_phy_get_next_request(pb_phy_state_t *state, uint d);
67 BSIM_INLINE void pb_send_msg(int ff, pc_header_t header, in pb_send_msg()
Dbs_pc_base.c368 pc_header_t header = PB_MSG_DISCONNECT; in pb_phy_disconnect_devices()
423 pc_header_t header = PB_MSG_WAIT_END; 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()
432 pc_header_t header = PB_MSG_DISCONNECT; in pb_phy_get_next_request()
527 pc_header_t header = PB_MSG_TERMINATE; in pb_dev_terminate()
539 pc_header_t header = PB_MSG_DISCONNECT; in pb_dev_disconnect()
624 pc_header_t header = PB_MSG_DISCONNECT; in pb_dev_pick_wait_resp()