esp-idf/components/esp_system/port/soc/esp32h2
morris 16677b0d3c global: make periph enable/disable APIs private
peripheral enable/disable usually should be managed by driver itself,
so make it as espressif private APIs, not recommended for user to use it
in application code.
However, if user want to re-write the driver or ports to other platform,
this is still possible by including the header in this way:
"esp_private/peripheral_ctrl.h"
2021-11-08 10:37:47 +08:00
..
apb_backup_dma.c esp32h2: update esp_system and esp_hw_support to support esp32h2 2021-07-01 19:53:11 +08:00
cache_err_int.c esp32h2: update esp_system and esp_hw_support to support esp32h2 2021-07-01 19:53:11 +08:00
cache_err_int.h esp32h2: copy esp_system and esp_hw_support from esp32c3 2021-07-01 19:53:11 +08:00
clk.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
CMakeLists.txt debug_stubs: Refactor and add support for RISCV 2021-11-04 01:33:24 +03:00
reset_reason.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
system_internal.c freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00