We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab57ef2 commit 2d43181Copy full SHA for 2d43181
include/zephyr/dt-bindings/interrupt-controller/esp-esp32c6-intmux.h
@@ -91,4 +91,11 @@
91
92
#define ESP_INTR_FLAG_SHARED (1<<8) /* Interrupt can be shared between ISRs */
93
94
+/* LP Core intmux */
95
+#define LP_CORE_IO_INTR_SOURCE 0
96
+#define LP_CORE_I2C_INTR_SOURCE 1
97
+#define LP_CORE_UART_INTR_SOURCE 2
98
+#define LP_CORE_TIMER_INTR_SOURCE 3
99
+#define LP_CORE_PMU_INTR_SOURCE 5
100
+
101
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C6_INTMUX_H_ */
0 commit comments