Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dmailbox.h18 struct rt_mbox_client;
45 struct rt_mbox_client *client;
55 struct rt_mbox_client struct
59 void (*rx_callback)(struct rt_mbox_client *, void *data); argument
60 void (*tx_prepare)(struct rt_mbox_client *, const void *data); argument
61 void (*tx_done)(struct rt_mbox_client *, const void *data, rt_err_t err); argument
73 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);
/components/drivers/mailbox/
A Dmailbox.c109 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