esp-idf/components/hal/esp32s3/include/hal
Marius Vikhammer 491b95925e spi flash: fix cache accessed while disabled issues at -O0
mask_get_id and gpio_hal_iomux_func_sel were called while cache
is disabled, but were not inlined as expected at -0O.
Force these functions to always be inlined.
2022-03-11 09:39:50 +08:00
..
adc_hal_conf.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
adc_hal.h driver: Add esp32c3 ADC driver 2020-12-23 09:53:24 +11:00
adc_ll.h adc: simplify LL on C3 2021-01-25 15:08:55 +08:00
aes_ll.h aes: fix potential unaligned access of buffers 2021-11-04 10:35:55 +08:00
clk_gate_ll.h spi: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 15:30:28 +08:00
cpu_ll.h hal: fix ee.get_gpio_in command for esp32-s3 2021-06-25 11:47:59 +07:00
dac_ll.h hal: update link to HAL readme.md 2020-09-11 15:48:08 +08:00
gdma_ll.h gdma: dynamic alloc DMA channels 2021-01-13 10:52:27 +08:00
gpio_ll.h spi flash: fix cache accessed while disabled issues at -O0 2022-03-11 09:39:50 +08:00
gpspi_flash_ll.h spi_flash: fix cs line setup to make the flash driver more stable 2021-06-15 15:27:51 +08:00
i2c_ll.h I2C: enable all unit test for i2c on esp32c3 2021-04-27 17:13:47 +08:00
i2s_ll.h hal: update link to HAL readme.md 2020-09-11 15:48:08 +08:00
interrupt_controller_ll.h esp32c3: format and clean up interrupt and os port code 2021-01-05 15:39:46 +08:00
ledc_ll.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
mcpwm_ll.h MCPWM/deadtime: fix and sync preset deadtime modes with well-known definition 2021-08-03 14:27:34 +08:00
memprot_ll.h hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
mpu_ll.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
mwdt_ll.h hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
pcnt_ll.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rmt_ll.h rmt: split TX and RX in LL driver 2020-11-05 19:00:55 +08:00
rtc_cntl_ll.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rtc_io_ll.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rwdt_ll.h hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
sha_ll.h global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
sigmadelta_ll.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
soc_ll.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_flash_ll.h spi_flash: fix cs line setup to make the flash driver more stable 2021-06-15 15:27:51 +08:00
spi_ll.h spi_master: fix spi cs_ena_posttrans issue 2022-02-07 12:22:15 +08:00
spimem_flash_ll.h spi_flash: fix cs line setup to make the flash driver more stable 2021-06-15 15:27:51 +08:00
systimer_ll.h hal: Add initial ESP32-C3 support 2020-11-30 15:23:15 +11:00
timer_ll.h timer: pooling update bit before reading count value 2020-11-12 10:31:38 +08:00
touch_sensor_hal.h fix: reduce the consumption of touch sensor during deep sleep 2021-04-12 12:24:53 +08:00
touch_sensor_ll.h hal: explicitly include soc_caps.h 2021-01-07 10:13:17 +08:00
twai_ll.h TWAI: FIFO overrun handling and errata workarounds 2021-04-26 19:35:13 +08:00
uart_ll.h driver: fix uart handler in iram calls inline uart_ll_is_tx_idle 2021-04-01 09:56:56 +02:00