esp-idf/components/soc/esp32c2/include/soc
Darian Leung 61eb7baa6b esp_hw_support: Add esp_cpu.h abstraction and API
This commit updates the esp_cpu.h API. The new API presents a new
abstraction of the CPU where CPU presents the following interfaces:

- CPU Control (to stall/unstall/reset the CPU)
- CPU Registers (to read registers commonly used in SW such as SP, PC)
- CPU Interrupts (to inquire/allocate/control the CPUs 32 interrupts)
- Memory Port (to configure the CPU's memory bus for memory protection)
- Debugging (to configure/control the CPU's debugging port)

Note: Also added FORCE_INLINE_ATTR to the DoxyFile in order to pass doc
        builds for esp_cpu.h
2022-06-14 14:30:58 +08:00
..
adc_channel.h adc: unify adc_ll_num_t and adc_unit_t 2022-03-18 11:36:50 +08:00
apb_saradc_reg.h esp32c2: Add support for RNG 2022-06-02 11:36:23 +08:00
apb_saradc_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
assist_debug_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
bb_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
boot_mode.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
clk_tree_defs.h clk_tree: add initial docs for clock tree 2022-05-24 22:59:51 +08:00
clkout_channel.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
dport_access.h dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
dport_reg.h dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
ecc_mult_reg.h esp32c2/hal: Added ECC HAL layer 2022-03-08 14:05:23 +00:00
efuse_reg.h soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
efuse_struct.h soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
ext_mem_defs.h MMU: Add configurable mmu page size support on ESP32C2 2022-06-08 19:34:31 +08:00
extmem_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
fe_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gdma_channel.h esp32c2: remove AES related configs, hardware AES not supported on this chip 2022-03-22 02:06:30 +00:00
gdma_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gdma_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_sig_map.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
hwcrypto_reg.h hal(ecp32c2): Adds spi_flash_encrypted_ll 2022-05-31 11:12:21 +00:00
i2c_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
i2c_struct.h i2c: support esp32h2 2022-02-23 15:19:37 +08:00
interrupt_core0_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
interrupt_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
io_mux_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
Kconfig.soc_caps.in esp_hw_support: Add esp_cpu.h abstraction and API 2022-06-14 14:30:58 +08:00
ledc_reg.h ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
ledc_struct.h ledc: Provide support for esp32c2 and esp32h2 2022-04-14 08:15:14 +00:00
mmu.h soc: remove unused MMU related macros 2022-05-20 16:46:28 +08:00
modem_clkrst_reg.h Fix soc caps for BT 2022-06-03 21:45:40 +08:00
nrx_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
periph_defs.h Fix soc caps for BT 2022-06-03 21:45:40 +08:00
reg_base.h Fix soc caps for BT 2022-06-03 21:45:40 +08:00
regi2c_defs.h C2 rtc code 2022-05-09 17:50:54 +08:00
reset_reasons.h esp_system: support esp32c2 reset reason 2022-02-15 13:50:22 +08:00
rtc_cntl_reg.h clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +08:00
rtc_cntl_struct.h clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +08:00
rtc.h enable external 32k osc for esp32c2 2022-05-27 19:29:29 +08:00
sensitive_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
sensitive_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
soc_caps.h esp_hw_support: Add esp_cpu.h abstraction and API 2022-06-14 14:30:58 +08:00
soc_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
soc.h soc: update memory address for esp32c2 2022-02-15 15:14:42 +08:00
spi_mem_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_mem_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
spi_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
syscon_reg.h Fix soc caps for BT 2022-06-03 21:45:40 +08:00
syscon_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
system_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
system_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
systimer_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
systimer_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
timer_group_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
timer_group_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
uart_channel.h uart: Provide support for esp32c2 and esp32h2 2022-03-02 11:29:13 +08:00
uart_pins.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
uart_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
uart_struct.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
wdev_reg.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00