Home
last modified time | relevance | path

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

/components/drivers/pic/
A Dpic.c544 rt_list_t *handler_nodes; in rt_pic_handle_isr() local
560 handler_nodes = &pirq->isr.list; in rt_pic_handle_isr()
593 if (!rt_list_isempty(handler_nodes)) in rt_pic_handle_isr()
597 rt_list_for_each_entry(isr, handler_nodes, list) in rt_pic_handle_isr()

Completed in 5 milliseconds