|
1 | 1 | /* |
2 | | - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD |
| 2 | + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD |
3 | 3 | * |
4 | 4 | * SPDX-License-Identifier: Apache-2.0 |
5 | 5 | */ |
6 | 6 |
|
7 | 7 | #pragma once |
8 | 8 |
|
9 | | -#define PMU_ICG_APB_ENA_CAN0 18 |
10 | | -#define PMU_ICG_APB_ENA_CAN1 19 |
11 | | -#define PMU_ICG_APB_ENA_GDMA 1 |
12 | | -#define PMU_ICG_APB_ENA_I2C 13 |
13 | | -#define PMU_ICG_APB_ENA_I2S 4 |
14 | | -#define PMU_ICG_APB_ENA_INTMTX 3 |
15 | | -#define PMU_ICG_APB_ENA_IOMUX 26 |
16 | | -#define PMU_ICG_APB_ENA_LEDC 14 |
17 | | -#define PMU_ICG_APB_ENA_MEM_MONITOR 25 |
18 | | -#define PMU_ICG_APB_ENA_MSPI 5 |
19 | | -#define PMU_ICG_APB_ENA_PARL 23 |
20 | | -#define PMU_ICG_APB_ENA_PCNT 20 |
21 | | -#define PMU_ICG_APB_ENA_PVT_MONITOR 27 |
22 | | -#define PMU_ICG_APB_ENA_PWM 21 |
23 | | -#define PMU_ICG_APB_ENA_REGDMA 24 |
24 | | -#define PMU_ICG_APB_ENA_RMT 15 |
25 | | -#define PMU_ICG_APB_ENA_SARADC 9 |
26 | | -#define PMU_ICG_APB_ENA_SEC 0 |
27 | | -#define PMU_ICG_APB_ENA_SOC_ETM 22 |
28 | | -#define PMU_ICG_APB_ENA_SPI2 2 |
29 | | -#define PMU_ICG_APB_ENA_SYSTIMER 16 |
30 | | -#define PMU_ICG_APB_ENA_TG0 11 |
31 | | -#define PMU_ICG_APB_ENA_TG1 12 |
32 | | -#define PMU_ICG_APB_ENA_UART0 6 |
33 | | -#define PMU_ICG_APB_ENA_UART1 7 |
34 | | -#define PMU_ICG_APB_ENA_UHCI 8 |
35 | | -#define PMU_ICG_APB_ENA_USB_DEVICE 17 |
36 | | -#define PMU_ICG_FUNC_ENA_CAN0 31 |
37 | | -#define PMU_ICG_FUNC_ENA_CAN1 30 |
38 | | -#define PMU_ICG_FUNC_ENA_I2C 29 |
39 | | -#define PMU_ICG_FUNC_ENA_I2S_RX 2 |
40 | | -#define PMU_ICG_FUNC_ENA_I2S_TX 7 |
41 | | -#define PMU_ICG_FUNC_ENA_IOMUX 28 |
42 | | -#define PMU_ICG_FUNC_ENA_LEDC 27 |
43 | | -#define PMU_ICG_FUNC_ENA_MEM_MONITOR 10 |
44 | | -#define PMU_ICG_FUNC_ENA_MSPI 26 |
45 | | -#define PMU_ICG_FUNC_ENA_PARL_RX 25 |
46 | | -#define PMU_ICG_FUNC_ENA_PARL_TX 24 |
47 | | -#define PMU_ICG_FUNC_ENA_PVT_MONITOR 23 |
48 | | -#define PMU_ICG_FUNC_ENA_PWM 22 |
49 | | -#define PMU_ICG_FUNC_ENA_RMT 21 |
50 | | -#define PMU_ICG_FUNC_ENA_SARADC 20 |
51 | | -#define PMU_ICG_FUNC_ENA_SEC 19 |
52 | | -#define PMU_ICG_FUNC_ENA_SPI2 1 |
53 | | -#define PMU_ICG_FUNC_ENA_SYSTIMER 18 |
54 | | -#define PMU_ICG_FUNC_ENA_TG0 14 |
55 | | -#define PMU_ICG_FUNC_ENA_TG1 13 |
56 | | -#define PMU_ICG_FUNC_ENA_TSENS 12 |
57 | | -#define PMU_ICG_FUNC_ENA_UART0 3 |
58 | | -#define PMU_ICG_FUNC_ENA_UART1 4 |
59 | | -#define PMU_ICG_FUNC_ENA_USB_DEVICE 6 |
60 | | -#define PMU_ICG_FUNC_ENA_GDMA 0 |
61 | | -#define PMU_ICG_FUNC_ENA_SOC_ETM 16 |
62 | | -#define PMU_ICG_FUNC_ENA_REGDMA 8 |
63 | | -#define PMU_ICG_FUNC_ENA_RETENTION 9 |
64 | | -#define PMU_ICG_FUNC_ENA_SDIO_SLAVE 11 |
65 | | -#define PMU_ICG_FUNC_ENA_UHCI 5 |
66 | | -#define PMU_ICG_FUNC_ENA_HPCORE 17 |
67 | | -#define PMU_ICG_FUNC_ENA_HPBUS 15 |
| 9 | +#define PMU_ICG_APB_ENA_SEC 0 |
| 10 | +#define PMU_ICG_APB_ENA_GDMA 1 |
| 11 | +#define PMU_ICG_APB_ENA_SPI2 2 |
| 12 | +#define PMU_ICG_APB_ENA_INTMTX 3 |
| 13 | +#define PMU_ICG_APB_ENA_I2S 4 |
| 14 | +#define PMU_ICG_APB_ENA_MSPI 5 |
| 15 | +#define PMU_ICG_APB_ENA_UART0 6 |
| 16 | +#define PMU_ICG_APB_ENA_UART1 7 |
| 17 | +#define PMU_ICG_APB_ENA_UHCI 8 |
| 18 | +#define PMU_ICG_APB_ENA_SARADC 9 |
| 19 | +#define PMU_ICG_APB_ENA_TG0 11 |
| 20 | +#define PMU_ICG_APB_ENA_TG1 12 |
| 21 | +#define PMU_ICG_APB_ENA_I2C 13 |
| 22 | +#define PMU_ICG_APB_ENA_LEDC 14 |
| 23 | +#define PMU_ICG_APB_ENA_RMT 15 |
| 24 | +#define PMU_ICG_APB_ENA_SYSTIMER 16 |
| 25 | +#define PMU_ICG_APB_ENA_USB_DEVICE 17 |
| 26 | +#define PMU_ICG_APB_ENA_TWAI0 18 |
| 27 | +#define PMU_ICG_APB_ENA_TWAI1 19 |
| 28 | +#define PMU_ICG_APB_ENA_PCNT 20 |
| 29 | +#define PMU_ICG_APB_ENA_PWM 21 |
| 30 | +#define PMU_ICG_APB_ENA_SOC_ETM 22 |
| 31 | +#define PMU_ICG_APB_ENA_PARL 23 |
| 32 | +#define PMU_ICG_APB_ENA_REGDMA 24 |
| 33 | +#define PMU_ICG_APB_ENA_MEM_MONITOR 25 |
| 34 | +#define PMU_ICG_APB_ENA_IOMUX 26 |
| 35 | +#define PMU_ICG_APB_ENA_PVT_MONITOR 27 |
| 36 | +#define PMU_ICG_FUNC_ENA_GDMA 0 |
| 37 | +#define PMU_ICG_FUNC_ENA_SPI2 1 |
| 38 | +#define PMU_ICG_FUNC_ENA_I2S_RX 2 |
| 39 | +#define PMU_ICG_FUNC_ENA_UART0 3 |
| 40 | +#define PMU_ICG_FUNC_ENA_UART1 4 |
| 41 | +#define PMU_ICG_FUNC_ENA_UHCI 5 |
| 42 | +#define PMU_ICG_FUNC_ENA_USB_DEVICE 6 |
| 43 | +#define PMU_ICG_FUNC_ENA_I2S_TX 7 |
| 44 | +#define PMU_ICG_FUNC_ENA_REGDMA 8 |
| 45 | +#define PMU_ICG_FUNC_ENA_RETENTION 9 |
| 46 | +#define PMU_ICG_FUNC_ENA_MEM_MONITOR 10 |
| 47 | +#define PMU_ICG_FUNC_ENA_SDIO_SLAVE 11 |
| 48 | +#define PMU_ICG_FUNC_ENA_TSENS 12 |
| 49 | +#define PMU_ICG_FUNC_ENA_TG1 13 |
| 50 | +#define PMU_ICG_FUNC_ENA_TG0 14 |
| 51 | +#define PMU_ICG_FUNC_ENA_HPBUS 15 |
| 52 | +#define PMU_ICG_FUNC_ENA_SOC_ETM 16 |
| 53 | +#define PMU_ICG_FUNC_ENA_HPCORE 17 |
| 54 | +#define PMU_ICG_FUNC_ENA_SYSTIMER 18 |
| 55 | +#define PMU_ICG_FUNC_ENA_SEC 19 |
| 56 | +#define PMU_ICG_FUNC_ENA_SARADC 20 |
| 57 | +#define PMU_ICG_FUNC_ENA_RMT 21 |
| 58 | +#define PMU_ICG_FUNC_ENA_PWM 22 |
| 59 | +#define PMU_ICG_FUNC_ENA_PVT_MONITOR 23 |
| 60 | +#define PMU_ICG_FUNC_ENA_PARL_TX 24 |
| 61 | +#define PMU_ICG_FUNC_ENA_PARL_RX 25 |
| 62 | +#define PMU_ICG_FUNC_ENA_MSPI 26 |
| 63 | +#define PMU_ICG_FUNC_ENA_LEDC 27 |
| 64 | +#define PMU_ICG_FUNC_ENA_IOMUX 28 |
| 65 | +#define PMU_ICG_FUNC_ENA_I2C 29 |
| 66 | +#define PMU_ICG_FUNC_ENA_TWAI1 30 |
| 67 | +#define PMU_ICG_FUNC_ENA_TWAI0 31 |
0 commit comments