Searched refs:rt_mbox_client (Results 1 – 2 of 2) sorted by relevance
18 struct rt_mbox_client;45 struct rt_mbox_client *client;55 struct rt_mbox_client struct59 void (*rx_callback)(struct rt_mbox_client *, void *data); argument60 void (*tx_prepare)(struct rt_mbox_client *, const void *data); argument61 void (*tx_done)(struct rt_mbox_client *, const void *data, rt_err_t err); argument73 struct rt_mbox_chan *rt_mbox_request_by_index(struct rt_mbox_client *client, int index);74 struct rt_mbox_chan *rt_mbox_request_by_name(struct rt_mbox_client *client, char *name);
109 struct rt_mbox_client *client; in rt_mbox_send()227 struct rt_mbox_chan *rt_mbox_request_by_index(struct rt_mbox_client *client, int index) in rt_mbox_request_by_index()319 struct rt_mbox_chan *rt_mbox_request_by_name(struct rt_mbox_client *client, char *name) in rt_mbox_request_by_name()
Completed in 3 milliseconds