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

Function its_readl

components/drivers/pic/pic-gicv3-its.c:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141rt_inline rt_uint32_t its_readl(struct gicv3_its *its, int off)
142{
143 return HWREG32(its->base + off);
144}
145
146rt_inline void its_writel(struct gicv3_its *its, int off, rt_uint32_t value)
147{

Callers 3

its_cmd_allocFunction · 0.85
its_cmd_submit_rawFunction · 0.85
gicv3_its_ofw_probeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected