esp-idf/components/soc/esp32c3/include/soc
Sudeep Mohanty 4fde033a5f ulp: Added support for RTC I2C driver for ULP RISC-V on esp32s2 and esp32s3
This commit adds support for using the RTC I2C peripheral on the ULP
RISC-V core for esp32s2 and esp32s3. It also adds an example to demonstrate the
usage of the RTC I2C peripheral.

This commit also modifies the rtc_i2c register structure files to enable
the use of bitfields in the ULP RISC-V RTC I2C driver.
2022-09-05 10:21:43 +02:00
..
adc_channel.h adc: unify adc_ll_num_t and adc_unit_t 2022-03-18 11:36:50 +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: fix register header files not self-contain 2022-07-29 11:18:06 +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: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
assist_debug_reg.h fix reg name character error 2021-09-15 21:51:20 +08: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
clk_tree_defs.h sdm: clean up soc/hal/ll code 2022-07-20 14:59:50 +08: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 dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
efuse_reg.h soc: Fix description of efuse fail bits 2022-05-31 11:21:24 +00:00
efuse_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
ext_mem_defs.h ext_mem: make memory region check strict 2022-06-28 14:17:44 +08: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: support IRAM interrupt 2021-11-08 16:14:51 +08:00
gdma_reg.h gdma: support IRAM interrupt 2021-11-08 16:14:51 +08:00
gdma_struct.h gdma: support IRAM interrupt 2021-11-08 16:14:51 +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 sdm: clean up soc/hal/ll code 2022-07-20 14:59:50 +08:00
gpio_sd_struct.h sdm: clean up soc/hal/ll code 2022-07-20 14:59:50 +08:00
gpio_sig_map.h i2s: add basic examples for STD/TDM/PDM mode 2022-07-21 15:52:39 +08:00
gpio_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
hwcrypto_reg.h esp32c6: clean up existing soc files and header file inclusion in IDF to be compatible with the new chip 2022-09-01 12:28:06 +08:00
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-08-30 13:50:58 +08:00
i2s_reg.h i2s: update copyright 2022-02-21 21:28:48 +08:00
i2s_struct.h i2s: add slot sequence table 2022-07-21 15:52:39 +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: Clean up unit tests and enable ci ut on some previously disabled test cases 2022-03-30 15:11:08 +08:00
Kconfig.soc_caps.in soc_caps: Introduce SOC_LEDC_SUPPORTED and SOC_I2C_SUPPORTED caps to IDF 2022-08-31 20:43:22 +08:00
ledc_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
ledc_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
memprot_defs.h refactor (soc, esp_rom)!: removed target-specific ROM dependencies 2022-07-05 13:57:58 +08:00
mmu.h soc: remove unused MMU related macros 2022-05-20 16:46:28 +08: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 hw_support: move rtc_ctrl from driver to hw_support 2022-04-29 14:28:09 +08:00
reg_base.h soc: move peripheral base address into reg_base.h 2022-01-06 21:43:12 +08:00
regi2c_bbpll.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_bias.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_brownout.h G0: RISC-V targets have now an independent G0 layer 2022-06-14 15:00:53 +08:00
regi2c_defs.h clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +08:00
regi2c_dig_reg.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_lp_bias.h Refactor: move regi2c_*.h header files from esp_hw_support to soc component 2022-06-30 09:40:44 +00:00
regi2c_saradc.h G0: RISC-V targets have now an independent G0 layer 2022-06-14 15:00:53 +08:00
reset_reasons.h update reset reason for c3/s3/h2 2021-08-13 17:45:53 +08:00
rmt_reg.h rmt: document and improve LL driver 2022-03-09 10:58:12 +08:00
rmt_struct.h rmt: move RMT item definition from soc to driver 2022-01-06 21:43:12 +08:00
rtc_cntl_reg.h rtc: fixed 8MD256 can't be used as RTC slow src on ESP32 2022-05-14 22:35:41 +08:00
rtc_cntl_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
rtc_i2c_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
rtc_i2c_struct.h ulp: Added support for RTC I2C driver for ULP RISC-V on esp32s2 and esp32s3 2022-09-05 10:21:43 +02:00
rtc.h kconfig: refactor xtal freq kconfig to common configuration item 2022-08-05 19:12:29 +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-08-30 13:50:58 +08:00
soc_caps.h soc_caps: Introduce SOC_LEDC_SUPPORTED and SOC_I2C_SUPPORTED caps to IDF 2022-08-31 20:43:22 +08:00
soc_pins.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
soc.h Clean IRAM and DRAM address space conversion macros 2022-07-29 17:07:39 +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: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
spi_pins.h spi: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 13:42:49 +08:00
spi_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
spi_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
syscon_reg.h fix licence copyright for header file syscon_reg.h on ESP32C3 and ESP32S3 2022-07-06 16:24:03 +08:00
syscon_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +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-08-30 13:50:58 +08:00
systimer_reg.h systimer: update soc data 2021-04-22 21:07:35 +08:00
systimer_struct.h systimer: refactor hal to accomodate more xtal choices 2022-07-25 16:08:52 +08:00
timer_group_reg.h timer_group: fix wrongly generated reg header that introduced in 443845fd54 2021-08-30 13:51:25 +08:00
timer_group_struct.h gptimer: clean up hal and ll for driver-ng 2021-10-20 18:40:08 +08:00
twai_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
uart_channel.h uart: fixed incorrect channel number on ESP32S2, S3 and C3 2022-03-01 18:21:27 +08:00
uart_pins.h uart: uart_set_pin function will now use IOMUX whenever possible 2021-08-04 12:48:30 +08:00
uart_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
uart_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
uhci_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
uhci_struct.h soc: fix register header files not self-contain 2022-07-29 11:18:06 +08:00
usb_serial_jtag_reg.h usb_serial_jtag: Add blocking driver to support vfs. 2021-07-05 11:22:38 +08:00
usb_serial_jtag_struct.h soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
wdev_reg.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00