esp-idf/components/hal/esp32c6/include/hal
Shu Chen ecbbd3c3d9 Merge branch 'backport/add_ot_radio_stats_enable_config_5_1' into 'release/v5.1'
feat(openthread): backport some openthread features(BackportV5.1)

See merge request espressif/esp-idf!26885
2023-11-22 12:23:53 +08:00
..
adc_ll.h fix(adc): fix h2 adc oneshot read zero and add delay after getting done signal v5.1 2023-11-17 02:16:21 +00:00
aes_ll.h esp32c6-SHA/AES support: Added sha_ll.h and aes_ll.h files in hal layer 2023-01-04 12:07:26 +05:30
apm_ll.h apm: added support for APM on esp32c6 2023-02-10 08:18:07 +00:00
brownout_ll.h brownout: Disable the hardware BOD when BOD interrupt is enabled 2023-07-11 14:32:40 +08:00
cache_ll.h cache: refactor cache_utils into cache_hal instade 2023-07-31 14:52:03 +08:00
clk_gate_ll.h esp_hw_support: add modem module mac reset api 2023-06-28 14:01:29 +08:00
clk_tree_ll.h support c6 eco1 fosc calibration for v5.1 2023-04-26 16:32:28 +08:00
dedic_gpio_cpu_ll.h fast_gpio: bring up fast gpio driver on esp32c6 2022-09-15 11:02:31 +08:00
ds_ll.h esp32c6/hal: Added support for HMAC and DS on esp32c6 2023-01-19 09:53:34 +05:30
ecc_ll.h esp32c6/ecc: Remove inverse multiplication mode 2023-03-13 16:39:46 +05:30
efuse_hal.h esp32c6: add hal support 2022-09-01 12:37:51 +08:00
efuse_ll.h adc_cali: supported channel compensation of adc calibration on esp32c6 2023-07-05 12:48:11 +08:00
etm_ll.h etm: added etm channel allocator 2022-11-23 15:31:33 +08:00
gdma_ll.h gdma: support override default channel priority 2023-04-06 10:49:32 +08:00
gpio_etm_ll.h gpio: support etm extension 2022-11-23 15:31:33 +08:00
gpio_glitch_filter_ll.h filter: workaround a hw issue in the glitch filter 2023-03-29 13:28:07 +08:00
gpio_ll.h feat(gpio): add a dump API to dump IO configurations 2023-11-03 16:21:31 +08:00
gpspi_flash_ll.h spi_flash: bringup for esp32c6 2022-11-09 12:50:46 +08:00
hmac_ll.h esp32c6/hal: Added support for HMAC and DS on esp32c6 2023-01-19 09:53:34 +05:30
i2c_ll.h fix(lp_i2c): Fixed a bug where the LP_I2C did not send NACK for 16-byte reads 2023-08-11 14:43:15 +00:00
i2s_ll.h i2s: fixed i2s_ll compiling failure under C++ evironment 2023-06-26 15:42:36 +08:00
ieee802154_ll.h IEEE802154: match C6 max txpower value with datasheet 2023-07-11 14:28:54 +08:00
ledc_ll.h ledc: Fix two bugs inside LEDC driver 2023-04-06 12:37:33 +08:00
lp_aon_hal.h feat(pm/deepsleep): Support EXT1_WAKEUP_MODE_PER_PIN 2023-11-03 11:02:56 +08:00
lp_aon_ll.h feat(pm/deepsleep): Support EXT1_WAKEUP_MODE_PER_PIN 2023-11-03 11:02:56 +08:00
lp_timer_ll.h ulp: add support for using lp timer with lp core on C6 2023-05-10 09:39:24 +08:00
lpwdt_ll.h feat(wdt): add LL functions for WDT on H2 2023-09-08 11:01:25 +08:00
mcpwm_ll.h feature(MCPWM): Add MCPWM trigger driver and test 2023-11-15 05:57:37 +00:00
mmu_ll.h fix(hal): Fix the external memory vaddr region validity check 2023-08-22 15:24:02 +05:30
modem_lpcon_ll.h modem clock: gatable clock interface which can gate or ungate modem clock domain 2023-07-14 11:07:27 +08:00
modem_syscon_ll.h modem clock: gatable clock interface which can gate or ungate modem clock domain 2023-07-14 11:07:27 +08:00
mpu_ll.h esp32c6: add hal support 2022-09-01 12:37:51 +08:00
mwdt_ll.h fix(wdt): changed WDT clock source to XTAL for C6/H2 2023-09-13 10:45:51 +08:00
parlio_ll.h fix(parlio_tx): fix wrong dma descriptor setup 2023-09-27 14:53:53 +08:00
pau_ll.h pau: implement the pau regdma hal&ll layer for esp32c6 2023-02-15 10:45:44 +08:00
pcnt_ll.h pcnt: support esp32c6 2022-09-08 18:26:04 +08:00
pmu_hal.h pmu: add hal layer codes for esp32c6 2023-01-31 22:12:27 +08:00
pmu_ll.h fix(esp_hw_support): clear all type ULP wakeup intr status at ulp wakeup source enable 2023-11-16 11:49:40 +08:00
regi2c_ctrl_ll.h hal: Fix missing definition for "bool" type 2023-03-16 01:50:22 +08:00
rmt_ll.h feat(rmt): support calling rmt_receive in ISR callback 2023-11-15 05:57:45 +00:00
rtc_io_ll.h gpio: Fix io hold functionality on esp32c6 and esp32h2 2023-03-02 18:10:10 +08:00
rwdt_ll.h wdt: refactor wdt codes to use unified type 2023-02-15 12:08:55 +08:00
sar_ctrl_ll.h bugfix: move adc_oneshot_power_acquire/release to adc_oneshot_read 2023-05-18 20:08:47 +08:00
sdio_slave_ll.h sdio: split sdio ll version init, and hs_enable 2023-01-18 02:34:46 +00:00
sdm_ll.h sdm: correct concept duty to density 2023-01-06 17:01:48 +08:00
sha_ll.h esp32c6-SHA/AES support: Added sha_ll.h and aes_ll.h files in hal layer 2023-01-04 12:07:26 +05:30
spi_flash_encrypted_ll.h esp32c6: xts-aes register preefix discrepency 2023-06-15 13:53:35 +05:30
spi_flash_ll.h spi_flash: bringup for esp32c6 2022-11-09 12:50:46 +08:00
spi_ll.h fix(all): unify default mosi level to low on all targets 2023-07-26 20:34:25 +08:00
spimem_flash_ll.h clk_tree: Add basic clock support for esp32c6 2022-12-13 19:18:34 +08:00
systimer_ll.h systimer: assign counter and alarm in esp_hw_support 2023-01-10 17:05:49 +08:00
temperature_sensor_ll.h temperature_sensor: Apply new-shared interface in temperature sensor driver 2023-07-10 11:16:09 +08:00
timer_ll.h feat(gptimer): add gptimer linker.lf to control the placement of driver and hal 2023-08-14 02:31:16 +00:00
twai_ll.h twai: bringup on esp32c6 2022-11-04 17:40:29 +08:00
uart_ll.h fix(uart): Fix uart_ll_set_baudrate div-by-zero crash due to uint32_t overflow 2023-09-19 12:12:05 +08:00
usb_phy_ll.h esp32c6: add hal support 2022-09-01 12:37:51 +08:00
usb_serial_jtag_ll.h fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-16 20:03:30 +08:00