nrfxlib API 0.1.0
|
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.
dev_name | Name of the PCIe device. |
vendor_id | Vendor ID of the PCIe device. |
sub_vendor_id | Sub-vendor ID of the PCIE device. |
device_id | Device ID of the PCIe device. |
sub_device_id | Sub-device ID of the PCIe device. |
Initializes a PCIe device.