mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
esp32: Adds documentation and comments to core dump feature files
This commit is contained in:
@@ -41,13 +41,13 @@ void spi_flash_disable_interrupts_caches_and_other_cpu();
|
||||
void spi_flash_enable_interrupts_caches_and_other_cpu();
|
||||
|
||||
// Disables non-IRAM interrupt handlers on current CPU and caches on both CPUs.
|
||||
// This function is implied to be called from panic handler or when no OS is present
|
||||
// when non-current CPU is halted and can not execute code from flash.
|
||||
// This function is implied to be called from panic handler
|
||||
// (when non-current CPU is halted and can not execute code from flash) or when no OS is present.
|
||||
void spi_flash_disable_interrupts_caches_and_other_cpu_no_os();
|
||||
|
||||
// Enable cache, enable interrupts (to be added in future) on current CPU.
|
||||
// This function is implied to be called from panic handler or when no OS is present
|
||||
// when non-current CPU is halted and can not execute code from flash.
|
||||
// Enable cache, enable interrupts on current CPU.
|
||||
// This function is implied to be called from panic handler
|
||||
// (when non-current CPU is halted and can not execute code from flash) or when no OS is present.
|
||||
void spi_flash_enable_interrupts_caches_no_os();
|
||||
|
||||
#endif //ESP_SPI_FLASH_CACHE_UTILS_H
|
||||
|
||||
Reference in New Issue
Block a user