esp-idf/components/soc/esp32h2/include/soc
Ivan Grokhotkov 3973db7664
soc: make register access macros compatible with C++20
In C++20, using the result of an assignment to a 'volatile' value is
deprecated.

Breaking change: register "setter" or modification macros can no
longer be used as expressions.

Closes https://github.com/espressif/esp-idf/issues/9170
2022-06-17 18:09:22 +02: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 esp32h2: update driver/hal/soc components to support esp32h2 2021-07-01 19:53:11 +08:00
apb_saradc_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
bb_reg.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
boot_mode.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
clk_tree_defs.h i2s: update documents for driver-NG 2022-06-15 10:30:04 +08:00
clkout_channel.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +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
ext_mem_defs.h MMU: Add configurable mmu page size support on ESP32C2 2022-06-08 19:34:31 +08:00
extmem_reg.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
fe_reg.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08: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 gpio: Clean up unit tests and enable ci ut on some previously disabled test cases 2022-03-30 15:11:08 +08:00
gpio_sd_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 esp32h2: Replicated HMAC JTAG downstream enable mode implementation 2021-09-06 11:06:50 +05:30
i2c_reg.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
i2c_struct.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
i2s_reg.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
i2s_struct.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
interrupt_reg.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +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 esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
ledc_struct.h LEDC: improved support for ESP32-C3 and refactored divisor calculation 2021-11-11 12:21:15 +08:00
mmu.h soc: remove unused MMU related macros 2022-05-20 16:46:28 +08:00
nrx_reg.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08: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 esp32h2: support GPIO peripheral, IO_MUX, GPIO matrix. 2022-03-04 11:25:05 +08: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: Refactor rtc_clk.c by adding HAL layer for clock subsystem 2022-06-13 17:47:50 +08: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 esp_system: replace the range comparsion for reset reason in perip clk init with specific reset reason check, also add a test case in LEDC to check for the perip clk not being disabled after cpu reset 2022-02-09 15:54:34 +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_i2c_reg.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
rtc_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
rtc.h clk_tree: Refactor rtc_clk.c by adding HAL layer for clock subsystem 2022-06-13 17:47:50 +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 esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
soc_ulp.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
soc.h soc: make register access macros compatible with C++20 2022-06-17 18:09:22 +02:00
spi_mem_reg.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
spi_mem_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
spi_pins.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
spi_reg.h esp32h2: code clean up 2021-07-01 19:53:50 +08:00
spi_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 esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
systimer_struct.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
timer_group_reg.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +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: Provide support for esp32c2 and esp32h2 2022-03-02 11:29:13 +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 esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
uart_struct.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
uhci_reg.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
uhci_struct.h esp32h2: update reg and struct for beta2 2021-11-24 12:34:17 +08:00
wdev_reg.h esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00