Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dmailbox.h33 struct rt_mbox_controller_ops struct
35 rt_err_t (*request)(struct rt_mbox_chan *);
36 void (*release)(struct rt_mbox_chan *);
37 rt_err_t (*send)(struct rt_mbox_chan *, const void *data);
38 rt_bool_t (*peek)(struct rt_mbox_chan *);
39 int (*ofw_parse)(struct rt_mbox_controller *, struct rt_ofw_cell_args *);

Completed in 3 milliseconds