nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ bus_pcie_init

void *(* nrf_wifi_osal_ops::bus_pcie_init) (const char *dev_name, unsigned int vendor_id, unsigned int sub_vendor_id, unsigned int device_id, unsigned int sub_device_id)

Initialize the PCIe bus.

Parameters
dev_nameThe name of the PCIe device.
vendor_idThe vendor ID of the PCIe device.
sub_vendor_idThe sub-vendor ID of the PCIe device.
device_idThe device ID of the PCIe device.
sub_device_idThe sub-device ID of the PCIe device.
Returns
A pointer to the initialized PCIe bus.