MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_pic_user_extends

Function rt_pic_user_extends

components/drivers/pic/pic.c:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633rt_weak rt_err_t rt_pic_user_extends(struct rt_pic *pic)
634{
635 return -RT_ENOSYS;
636}
637
638rt_err_t rt_pic_irq_init(void)
639{

Callers 6

dw_pcie_host_initFunction · 0.85
pin_pic_initFunction · 0.85
gicv2m_ofw_probeFunction · 0.85
gicv3_initFunction · 0.85
gicv3_its_ofw_probeFunction · 0.85
gicv2_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected