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

Function rt_pci_is_pcie

components/drivers/include/drivers/pci.h:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346rt_inline rt_bool_t rt_pci_is_pcie(struct rt_pci_device *pdev)
347{
348 return !!pdev->pcie_cap;
349}
350
351#define rt_pci_foreach_bridge(pdev, bus) \
352 rt_list_for_each_entry(pdev, &bus->devices_nodes, list) \

Callers 4

pci_configure_ariFunction · 0.85
pci_cfg_space_sizeFunction · 0.85
rt_pci_setup_deviceFunction · 0.85
only_one_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected