File tree Expand file tree Collapse file tree 5 files changed +15
-9
lines changed Expand file tree Collapse file tree 5 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 22
22
@{
23
23
@}
24
24
25
+ @brief Interfaces for USB hardware and associated standards.
26
+ @defgroup usb_interfaces USB
27
+ @ingroup io_interfaces
28
+ @{
29
+ @}
30
+
25
31
@brief Multi Function Device Drivers APIs
26
32
@defgroup mfd_interfaces Multi Function Device Drivers APIs
27
33
@ingroup io_interfaces
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ struct udc_data {
295
295
296
296
/**
297
297
* @brief New USB device controller (UDC) driver API
298
- * @defgroup udc_api USB device controller driver API
299
- * @ingroup io_interfaces
298
+ * @defgroup udc_api USB Device Controller
299
+ * @ingroup usb_interfaces
300
300
* @since 3.3
301
301
* @version 0.1.0
302
302
* @{
Original file line number Diff line number Diff line change 20
20
21
21
/**
22
22
* @brief USB host controller (UHC) driver API
23
- * @defgroup uhc_api USB host controller driver API
24
- * @ingroup io_interfaces
23
+ * @defgroup uhc_api USB Host Controller
24
+ * @ingroup usb_interfaces
25
25
* @since 3.3
26
26
* @version 0.1.1
27
27
* @{
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ extern "C" {
19
19
#endif
20
20
21
21
/**
22
- * @brief BC1.2 driver APIs
23
- * @defgroup b12_interface BC1.2 driver APIs
24
- * @ingroup io_interfaces
22
+ * @brief USB Battery Charging ( BC1.2) driver APIs
23
+ * @defgroup b12_interface Battery Charging ( BC1.2)
24
+ * @ingroup usb_interfaces
25
25
* @{
26
26
*/
27
27
Original file line number Diff line number Diff line change 15
15
#define ZEPHYR_INCLUDE_DRIVERS_USBC_USBC_TC_H_
16
16
17
17
/**
18
- * @brief USB Type-C
18
+ * @brief Support for USB Type-C cables and connectors
19
19
* @defgroup usb_type_c USB Type-C
20
- * @ingroup io_interfaces
20
+ * @ingroup usb_interfaces
21
21
* @{
22
22
*/
23
23
You can’t perform that action at this time.
0 commit comments