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

Function rt_pci_read_config_u32

components/drivers/include/drivers/pci.h:391–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391rt_inline rt_err_t rt_pci_read_config_u32(const struct rt_pci_device *pdev,
392 int reg, rt_uint32_t *value)
393{
394 return rt_pci_bus_read_config_u32(pdev->bus, pdev->devfn, reg, value);
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)

Callers 11

pci_readFunction · 0.85
pci_configure_ariFunction · 0.85
pci_cfg_space_size_extFunction · 0.85
pci_cfg_space_sizeFunction · 0.85
rt_pci_setup_deviceFunction · 0.85
pci_ea_fixed_busnrsFunction · 0.85
pci_scan_bridge_extendFunction · 0.85
msi_setup_msi_descFunction · 0.85
msix_table_remapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected