Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
633
rt_weak rt_err_t rt_pic_user_extends(struct rt_pic *pic)
634
{
635
return -RT_ENOSYS;
636
}
637
638
rt_err_t rt_pic_irq_init(void)
639
{
Callers
6
dw_pcie_host_init
Function · 0.85
pin_pic_init
Function · 0.85
gicv2m_ofw_probe
Function · 0.85
gicv3_init
Function · 0.85
gicv3_its_ofw_probe
Function · 0.85
gicv2_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected