File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed
include/zephyr/drivers/pcie Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 11
11
@{
12
12
@}
13
13
14
- @brief Device Driver APIs
15
- @defgroup io_interfaces Device Driver APIs
14
+ @defgroup io_interfaces Device Drivers
15
+ @brief Interfaces to interact with various hardware peripherals.
16
+ @details A collection of hardware-agnostic interfaces used to implement and interact with device
17
+ drivers.
16
18
@{
17
19
@}
18
20
19
- @brief Miscellaneous Drivers APIs
20
- @defgroup misc_interfaces Miscellaneous Drivers APIs
21
+ @defgroup misc_interfaces Miscellaneous Devices
21
22
@ingroup io_interfaces
23
+ @brief Interfaces for hardware peripherals that do not have a dedicated driver class.
22
24
@{
23
25
@}
24
26
28
30
@{
29
31
@}
30
32
31
- @brief Multi Function Device Drivers APIs
32
- @defgroup mfd_interfaces Multi Function Device Drivers APIs
33
+ @brief Interfaces for multi-function devices.
34
+ @defgroup mfd_interfaces Multi-function Devices
33
35
@ingroup io_interfaces
34
36
@{
35
37
@}
Original file line number Diff line number Diff line change 21
21
#endif
22
22
23
23
/**
24
- * @brief PCI Express Controller Interface
25
- * @defgroup pcie_controller_interface PCI Express Controller Interface
26
- * @ingroup io_interfaces
24
+ * @brief Interfaces for PCIe Controllers.
25
+ * @defgroup pcie_controller_interface PCIe Controller
26
+ * @ingroup pcie_interface
27
27
* @{
28
28
*/
29
29
Original file line number Diff line number Diff line change 8
8
#define ZEPHYR_INCLUDE_DRIVERS_PCIE_PCIE_H_
9
9
10
10
/**
11
- * @brief PCIe Host Interface
12
- * @defgroup pcie_host_interface PCIe Host Interface
11
+ * @brief Interfaces for PCIe devices.
12
+ * @defgroup pcie_interface PCIe
13
13
* @ingroup io_interfaces
14
14
* @{
15
+ * @}
16
+ *
17
+ * @brief Interfaces for PCIe Host.
18
+ * @defgroup pcie_host_interface PCIe Host
19
+ * @ingroup pcie_interface
20
+ * @{
15
21
*/
16
22
17
23
#include <stddef.h>
You can’t perform that action at this time.
0 commit comments