esp-idf/components/soc/esp32c3/include/soc
Michael (XIAO Xufeng) 6f99b8da73 Merge branch 'bugfix/gpio_pin_num_fix_v4.3' into 'release/v4.3'
gpio: Fix some gpio pin num errors on esp32s2 and esp32c3 (backport v4.3)

See merge request espressif/esp-idf!17109
2022-02-23 03:28:15 +00:00
..
adc_channel.h adc: update adc header files on c3 2021-03-26 13:26:19 +08:00
apb_ctrl_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
apb_ctrl_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
apb_saradc_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
apb_saradc_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
assist_debug_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
bb_reg.h soc: Move esp32c3 soc_memory_layout.c to soc component 2020-12-23 11:49:16 +11:00
boot_mode.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
cache_memory.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
clkout_channel.h driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
dport_access.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
efuse_reg.h efuse: Fixes eFuse timesettings issue on esp32c3 2022-01-25 19:16:16 +08:00
efuse_struct.h Merge branch 'bugfix/remove_dis_rtc_ram_boot_efuse_bit_backport_v4.3' into 'release/v4.3' 2021-10-26 03:59:46 +00:00
extmem_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
fe_reg.h soc: Move esp32c3 soc_memory_layout.c to soc component 2020-12-23 11:49:16 +11:00
gdma_channel.h gdma: dynamic alloc DMA channels 2021-01-13 10:52:27 +08:00
gdma_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
gdma_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
gpio_pins.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
gpio_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
gpio_sd_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
gpio_sd_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
gpio_sig_map.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
gpio_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
hwcrypto_reg.h hmac: Added Downstream JTAG enable mode for esp32c3 2021-09-14 17:05:01 +05:30
i2c_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2c_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
i2s_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2s_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
interrupt_core0_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
interrupt_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
io_mux_reg.h gpio: Fix some gpio pin num errors on esp32s2 and esp32c3 2022-02-10 20:27:43 +08:00
ledc_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
ledc_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
mmu.h soc: Update esp32c3 soc headers 2020-12-24 10:47:34 +11:00
nrx_reg.h soc: Move esp32c3 soc_memory_layout.c to soc component 2020-12-23 11:49:16 +11:00
periph_defs.h driver: Add esp32c3 ADC driver 2020-12-23 09:53:24 +11:00
rmt_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
rmt_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
rtc_cntl_reg.h fix c3 hardware bug before ECO3 and optimizate bbpll config: 2021-03-31 20:17:54 +08:00
rtc_cntl_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
rtc_i2c_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
rtc_i2c_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
rtc.h USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting 2022-02-10 10:33:40 +08:00
sensitive_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
sensitive_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
soc_caps.h soc: updated soc_caps about rtc_io and the format 2022-02-18 11:11:24 +08:00
soc_pins.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
soc_ulp.h soc: Move esp32c3 soc_memory_layout.c to soc component 2020-12-23 11:49:16 +11:00
soc.h usb_serial_jtag: support usb_serial_jtag on esp32c3 2021-10-11 17:34:24 +08:00
spi_mem_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
spi_mem_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
spi_pins.h spi: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 15:30:28 +08:00
spi_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
spi_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
syscon_reg.h soc: Update esp32c3 soc headers 2020-12-24 10:47:34 +11:00
syscon_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
system_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
system_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
systimer_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
systimer_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
timer_group_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
timer_group_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
twai_struct.h twai: update register struct file 2021-10-12 10:42:04 +08:00
uart_channel.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
uart_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
uart_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
uhci_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
uhci_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-10-12 10:42:04 +08:00
usb_serial_jtag_reg.h usb_serial_jtag: support usb_serial_jtag on esp32c3 2021-10-11 17:34:24 +08:00
usb_serial_jtag_struct.h usb_serial_jtag: support usb_serial_jtag on esp32c3 2021-10-11 17:34:24 +08:00
wdev_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00