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

◆ nrf_wifi_osal_bus_pcie_init()

void * nrf_wifi_osal_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 a PCIe driver.

Parameters
dev_nameName of the PCIe device.
vendor_idVendor ID of the PCIe device.
sub_vendor_idSub-vendor ID of the PCIE device.
device_idDevice ID of the PCIe device.
sub_device_idSub-device ID of the PCIe device.

Initializes a PCIe device.

Returns
OS specific PCIe device context.