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

Function rt_pci_read_config_u8

components/drivers/include/drivers/pci.h:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 rt_uint32_t devfn, int reg, int width, rt_uint32_t value);
378
379rt_inline rt_err_t rt_pci_read_config_u8(const struct rt_pci_device *pdev,
380 int reg, rt_uint8_t *value)
381{
382 return rt_pci_bus_read_config_u8(pdev->bus, pdev->devfn, reg, value);
383}
384
385rt_inline rt_err_t rt_pci_read_config_u16(const struct rt_pci_device *pdev,
386 int reg, rt_uint16_t *value)

Callers 8

i6300esb_timer_stopFunction · 0.85
i6300esb_wdt_probeFunction · 0.85
pci_readFunction · 0.85
rt_pci_assign_irqFunction · 0.85
pci_ofw_irq_parseFunction · 0.85
pci_read_irqFunction · 0.85
rt_pci_setup_deviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected