File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
doc/reference/peripherals Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _ec_host_cmd_periph_api :
2
+
3
+ EC Host Command
4
+ ###############
5
+
6
+ Overview
7
+ ********
8
+
9
+
10
+ API Reference
11
+ *************
12
+
13
+ .. doxygengroup :: ec_host_cmd_periph_interface
14
+ :project: Zephyr
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Peripherals
11
11
clock_control.rst
12
12
dac.rst
13
13
dma.rst
14
+ ec_host_cmd_periph.rst
14
15
eeprom.rst
15
16
entropy.rst
16
17
flash.rst
Original file line number Diff line number Diff line change 7
7
#ifndef ZEPHYR_INCLUDE_EC_HOST_CMD_H_
8
8
#define ZEPHYR_INCLUDE_EC_HOST_CMD_H_
9
9
10
+ /**
11
+ * @brief EC Host Command Interface
12
+ * @defgroup ec_host_cmd_periph_interface EC Host Command Interface
13
+ * @ingroup io_interfaces
14
+ * @{
15
+ */
16
+
10
17
#include <stdint.h>
11
18
12
19
/**
@@ -194,4 +201,8 @@ enum ec_host_cmd_status {
194
201
} __packed ;
195
202
BUILD_ASSERT (sizeof (enum ec_host_cmd_status ) == sizeof (uint16_t ));
196
203
204
+ /**
205
+ * @}
206
+ */
207
+
197
208
#endif /* ZEPHYR_INCLUDE_EC_HOST_CMD_H_ */
You can’t perform that action at this time.
0 commit comments