Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/vbus/
H A Dprio_queue.h20 struct rt_prio_queue { struct
22 struct rt_prio_queue_item *head[RT_PRIO_QUEUE_PRIO_MAX]; argument
23 struct rt_prio_queue_item *tail[RT_PRIO_QUEUE_PRIO_MAX]; argument
31 rt_err_t rt_prio_queue_init(struct rt_prio_queue *que, argument