Lines Matching refs:c

9 set(srcs "mpu_hal.c"
10 "efuse_hal.c"
11 "${target}/efuse_hal.c")
17 list(APPEND srcs "wdt_hal_iram.c")
21 list(APPEND srcs "mmu_hal.c")
24 # ESP32 cache structure / ROM APIs are different and we have a patch `cache_hal_esp32.c` for it.
26 list(APPEND srcs "esp32/cache_hal_esp32.c")
28 list(APPEND srcs "cache_hal.c")
33 list(APPEND srcs "lp_timer_hal.c")
38 "rtc_io_hal.c"
39 "gpio_hal.c"
40 "uart_hal.c"
41 "uart_hal_iram.c"
42 "adc_hal_common.c"
43 "adc_oneshot_hal.c"
44 "${target}/clk_tree_hal.c")
48 "spi_flash_hal.c"
49 "spi_flash_hal_iram.c"
52 list(APPEND srcs "spi_flash_encrypt_hal_iram.c")
57 list(APPEND srcs "systimer_hal.c")
61 list(APPEND srcs "timer_hal.c")
65 list(APPEND srcs "ledc_hal.c" "ledc_hal_iram.c")
69 list(APPEND srcs "i2c_hal.c" "i2c_hal_iram.c")
73 list(APPEND srcs "rmt_hal.c")
77 list(APPEND srcs "pcnt_hal.c")
81 list(APPEND srcs "mcpwm_hal.c")
85 list(APPEND srcs "twai_hal.c" "twai_hal_iram.c")
89 list(APPEND srcs "gdma_hal.c")
93 list(APPEND srcs "i2s_hal.c")
97 list(APPEND srcs "sdm_hal.c")
101 list(APPEND srcs "emac_hal.c")
105 list(APPEND srcs "etm_hal.c")
109 list(APPEND srcs "parlio_hal.c")
113 list(APPEND srcs "adc_hal.c")
117 list(APPEND srcs "lcd_hal.c")
121 list(APPEND srcs "ecc_hal.c")
125 list(APPEND srcs "ecdsa_hal.c")
129 list(APPEND srcs "sha_hal.c")
133 list(APPEND srcs "aes_hal.c")
137 list(APPEND srcs "${target}/modem_clock_hal.c")
141 list(APPEND srcs "${target}/pau_hal.c")
145 list(APPEND srcs "brownout_hal.c")
150 "spi_hal.c"
151 "spi_hal_iram.c"
152 "spi_slave_hal.c"
153 "spi_slave_hal_iram.c")
157 list(APPEND srcs "spi_slave_hd_hal.c")
161 list(APPEND srcs "sdio_slave_hal.c")
165 list(APPEND srcs "${target}/pmu_hal.c")
169 list(APPEND srcs "apm_hal.c")
174 list(APPEND srcs "hmac_hal.c")
179 list(APPEND srcs "ds_hal.c")
183 list(APPEND srcs "usb_serial_jtag_hal.c")
188 "usb_dwc_hal.c"
189 "usb_wrap_hal.c")
194 "touch_sensor_hal.c"
195 "esp32/touch_sensor_hal.c"
196 "esp32/gpio_hal_workaround.c")
201 "spi_flash_hal_gpspi.c"
202 "touch_sensor_hal.c"
203 "xt_wdt_hal.c"
204 "esp32s2/cp_dma_hal.c"
205 "esp32s2/touch_sensor_hal.c")
210 "spi_flash_hal_gpspi.c"
211 "touch_sensor_hal.c"
212 "xt_wdt_hal.c"
213 "esp32s3/touch_sensor_hal.c"
214 "esp32s3/rtc_cntl_hal.c")
219 "spi_flash_hal_gpspi.c"
220 "xt_wdt_hal.c"
221 "esp32c3/rtc_cntl_hal.c")
226 "spi_flash_hal_gpspi.c"
227 "esp32c2/rtc_cntl_hal.c")
232 "spi_flash_hal_gpspi.c")
238 "spi_flash_hal_gpspi.c"
242 "esp32h2/rtc_cntl_hal.c"