|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Structure describing a device that supports the PCI Express Controller API. More...
#include <zephyr/drivers/pcie/controller.h>
Data Fields | |
| const struct device * | msi_parent |
| MSI parent device. | |
| uintptr_t | cfg_addr |
| size_t | cfg_size |
| size_t | ranges_count |
| struct { | |
| uint32_t flags | |
| uintptr_t pcie_bus_addr | |
| uintptr_t host_map_addr | |
| size_t map_length | |
| } | ranges [] |
Structure describing a device that supports the PCI Express Controller API.
| uintptr_t pcie_ctrl_config::cfg_addr |
| size_t pcie_ctrl_config::cfg_size |
| uint32_t pcie_ctrl_config::flags |
| uintptr_t pcie_ctrl_config::host_map_addr |
| size_t pcie_ctrl_config::map_length |
| const struct device* pcie_ctrl_config::msi_parent |
MSI parent device.
CONFIG_PCIE_MSI. | uintptr_t pcie_ctrl_config::pcie_bus_addr |
| struct { ... } pcie_ctrl_config::ranges[] |
| size_t pcie_ctrl_config::ranges_count |