esp-idf/components/hal/esp32c5/include/hal
2024-07-10 11:46:45 +08:00
..
aes_ll.h feat: enabled aes and sha support for esp32c5 2024-03-26 14:52:06 +05:30
ahb_dma_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
cache_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
clk_tree_ll.h feat(clk): Add basic clock support for esp32c5 mp 2024-06-26 14:26:34 +08:00
cpu_utility_ll.h feat(hal): Adds hal funcs for cpu.c 2024-04-11 13:07:04 +03:00
crosscore_int_ll.h fix(esp32c5): fixed the lack of crosscore ll on c5 2024-02-05 12:39:35 +08:00
ds_ll.h feat: enabled hmac and ds peripheral support for c5 2024-05-28 10:44:54 +05:30
ecc_ll.h fix(hal): correct the power up sequence for MPI/ECC peripherals in ESP32-C5 2024-06-21 09:42:57 +08:00
ecdsa_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
efuse_hal.h feat: enabled ecdsa support for c5 2024-05-28 17:33:05 +05:30
efuse_ll.h fix(esp_hw_support): wait eFuse controller idle after sleep wakeup 2024-06-27 17:36:21 +08:00
gdma_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
gpio_ll.h fix(gpio): correct usb dp gpio pullup disable function 2024-07-05 20:45:57 +08:00
gpspi_flash_ll.h feat(spi): c5mp gpspi master slave and hd driver support 2024-05-21 17:12:41 +08:00
hmac_ll.h feat: enabled hmac and ds peripheral support for c5 2024-05-28 10:44:54 +05:30
i2c_ll.h feat(i2c): Add i2c support on esp32c5 mp 2024-06-18 10:37:36 +08:00
i2s_ll.h feat(clk): support ESP32C5 XTAL 40M/48M selection 2024-06-11 17:42:43 +08:00
ieee802154_ll.h feat(802154): add ieee802154 support for C5beta3 2024-04-01 14:50:07 +08:00
ledc_ll.h fix(ledc): clear ledc_mem_force_pd when LEDC peripheral is in use 2024-07-05 15:11:57 +08:00
lp_aon_hal.h feat(example): support esp32c5 timer/gpio/uart wakeup 2024-04-10 11:45:04 +08:00
lp_aon_ll.h feat(lp-core): added support for using ETM events as wake-up source 2024-07-08 11:04:34 +08:00
lp_core_ll.h feat(lp-core): bringup lp-core for C5 MP 2024-06-19 09:18:47 +08:00
lp_timer_ll.h feat(lp-timer): support lp timer for C5 2024-06-20 16:13:49 +08:00
lpwdt_ll.h fix(wdt): bringup WDTs for CP MP 2024-06-28 09:51:57 +08:00
mcpwm_ll.h feat(mcpwm): driver support on esp32-c5 2024-05-26 22:55:03 +08:00
mmu_ll.h feat(spiram): Add spiram support on esp32c5 2024-07-04 19:29:04 +08:00
modem_lpcon_ll.h feat(esp_hw_support): support modem clock for esp32c5mp 2024-06-19 11:19:37 +08:00
modem_syscon_ll.h feat(esp_hw_support): support modem clock for esp32c5mp 2024-06-19 11:19:37 +08:00
mpi_ll.h fix(hal): updated naming style for power up and down api for mpi peripheral 2024-07-03 10:49:20 +05:30
mspi_timing_tuning_ll.h feat(spiram): Add spiram support on esp32c5 2024-07-04 19:29:04 +08:00
mwdt_ll.h fix(wdt): bringup WDTs for CP MP 2024-06-28 09:51:57 +08:00
parlio_ll.h feat(parlio): support parlio on C5 2024-06-20 14:28:37 +08:00
pau_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
pcnt_ll.h refactor(pcnt): ISR handling 2024-07-08 14:52:14 +08:00
pmu_hal.h change(esp32c5): update soc files for esp32c5 beta3 2023-12-28 10:23:15 +08:00
pmu_ll.h feat(lp-core): bringup lp-core for C5 MP 2024-06-19 09:18:47 +08:00
regi2c_ctrl_ll.h change(esp32c5): update soc files for esp32c5 beta3 2023-12-28 10:23:15 +08:00
rmt_ll.h fix(rmt): power up memory block 2024-06-28 10:58:04 +08:00
rtc_io_ll.h feat(rtcio): support RTCIO on ESP32C5 2024-06-28 22:01:55 +08:00
rwdt_ll.h feat(esp32c5): support esp32c5 g0 components 2023-12-08 15:12:24 +08:00
sar_ctrl_ll.h feat(example): support esp32c5 timer/gpio/uart wakeup 2024-04-10 11:45:04 +08:00
sdm_ll.h feat(sdm): add support for esp32c5 2024-07-10 11:46:45 +08:00
sha_ll.h fix(hal/sha): Add RCC enable and reset API definitions for ESP32-C5 SHA 2024-03-27 18:09:33 +05:30
spi_flash_encrypted_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
spi_flash_ll.h feat(esp32c5): support to build hello world on esp32c5 beta3 2024-01-09 13:11:11 +08:00
spi_ll.h feat(spi): c5mp gpspi master slave and hd driver support 2024-05-21 17:12:41 +08:00
spimem_flash_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
systimer_ll.h change(esp32c5): update soc files for esp32c5 beta3 2023-12-28 10:23:15 +08:00
timer_ll.h feat(gptimer): support timer group driver on c5 mp 2024-04-11 15:52:34 +08:00
uart_ll.h remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
usb_serial_jtag_ll.h fix(usb_serial_jtag): Fix issue that use u32_reg read/write cannot be used to modify fifo regs 2024-07-03 15:15:46 +08:00