Lines Matching refs:h
11 …h`. This can prevent you from using a nonexistent ROM function for a specific `<target>`. Thus ROM…
15 #include "esp32/rom/uart.h"
17 #include "esp32c3/rom/uart.h"
19 #include "esp32s3/rom/uart.h"
23 …mmonly used ROM functions. They're declared in `esp_rom/include/esp_rom_xxx.h`. Unlike the origina…
33 …M, but ESP32S2 hasn't. We have a header file `esp_rom/<target>/esp_rom_caps.h` declaring the featu…
41 │ ├── esp_rom_caps.h
53 │ │ ├── cache.h
54 │ │ ├── efuse.h
55 │ │ ├── esp_flash.h
56 │ │ ├── ets_sys.h
57 │ │ ├── gpio.h
58 │ │ ├── uart.h
60 │ ├── esp_rom_gpio.h
61 │ ├── esp_rom_md5.h
62 │ ├── esp_rom_sys.h
63 │ ├── esp_rom_uart.h