esp-idf/components/soc/include/soc
SalimTerryLi 874a720286
soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one
update all struct headers to be more "standardized":

- bit fields are properly wrapped with struct
- bitwidth sum should be 32 within same struct, so that it's correctly padded with reserved bits
- bit field should be uint32_t
- typedef volatile struct xxx{} yyy;: xxx must exists. refer: https://github.com/espressif/esp-idf/pull/3199

added helper macros to force peripheral registers being accessed in 32 bitwidth

added a check script into ci
2021-08-30 13:50:58 +08:00
..
adc_periph.h system: reset dma when soft reset 2021-01-25 04:51:40 +00:00
dac_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
dedic_gpio_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
efuse_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
emac_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
gdma_periph.h gdma: separate tx/rx channel interrupt 2021-05-06 15:06:37 +08:00
gpio_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
hwcrypto_periph.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
i2c_periph.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
i2s_periph.h driver/i2s: support mclk 2021-08-04 10:20:03 +08:00
interrupts.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
lcd_periph.h lcd: support i80 LCD on esp32/s2/s3 2021-08-10 21:06:59 +08:00
ledc_periph.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
lldesc.h esp32h2: update driver/hal/soc components to support esp32h2 2021-07-01 19:53:11 +08:00
mcpwm_periph.h mcpwm: update hal and soc naming 2021-07-26 22:32:45 +08:00
pcnt_periph.h pcnt: update pcnt soc data for all targets 2021-08-10 17:19:21 +08:00
rmt_periph.h rmt: restructure rmt_signal_conn_t 2021-06-22 15:29:11 +08:00
rtc_cntl_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
rtc_io_periph.h system: reset dma when soft reset 2021-01-25 04:51:40 +00:00
rtc_periph.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
sdio_slave_periph.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
sdmmc_periph.h soc: add esp32s3 sdmmc support 2021-05-10 23:21:27 +02:00
sens_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
sigmadelta_periph.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
soc_memory_types.h G0: Memory layouts are now part of heap components 2021-07-15 11:38:23 +10:00
spi_periph.h lcd: update doc unit test and example to support 8-line spi 2021-08-19 16:40:22 +08:00
syscon_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
timer_periph.h timergroup: move interrupt index into peripheral description file 2020-11-03 18:16:50 +08:00
touch_sensor_periph.h soc: Add initial ESP32-C3 support 2020-11-30 11:12:56 +11:00
twai_periph.h soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
uart_periph.h uart: uart_set_pin function will now use IOMUX whenever possible 2021-08-04 12:48:30 +08:00
uhci_periph.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
usb_periph.h soc/hal: add tinyusb support esp32s3 2021-05-06 16:20:54 +08:00