Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dpic.h53 struct rt_pic_ops struct
55 const char *name;
57 rt_err_t (*irq_init)(struct rt_pic *pic);
58 rt_err_t (*irq_finit)(struct rt_pic *pic);
60 void (*irq_enable)(struct rt_pic_irq *pirq);
61 void (*irq_disable)(struct rt_pic_irq *pirq);
62 void (*irq_ack)(struct rt_pic_irq *pirq);
63 void (*irq_mask)(struct rt_pic_irq *pirq);
64 void (*irq_unmask)(struct rt_pic_irq *pirq);
65 void (*irq_eoi)(struct rt_pic_irq *pirq);
[all …]

Completed in 3 milliseconds