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

Function rt_pci_write_config_u8

components/drivers/include/drivers/pci.h:397–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397rt_inline rt_err_t rt_pci_write_config_u8(const struct rt_pci_device *pdev,
398 int reg, rt_uint8_t value)
399{
400 return rt_pci_bus_write_config_u8(pdev->bus, pdev->devfn, reg, value);
401}
402
403rt_inline rt_err_t rt_pci_write_config_u16(const struct rt_pci_device *pdev,
404 int reg, rt_uint16_t value)

Callers 8

i6300esb_timer_startFunction · 0.85
i6300esb_timer_stopFunction · 0.85
i6300esb_wdt_probeFunction · 0.85
pci_writeFunction · 0.85
rt_pci_assign_irqFunction · 0.85
pci_scan_bridge_extendFunction · 0.85
pci_ahci_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected