fix(esp_hw_support): fix mspi clock freq changed after lightsleep

This commit is contained in:
wuzhenghui
2024-12-12 11:02:52 +08:00
parent 14b290a83a
commit 7d0d95b7d8
3 changed files with 26 additions and 16 deletions

View File

@@ -37,6 +37,8 @@ extern "C" {
#define MSPI_TIMING_LL_CORE_CLOCK_MHZ_DEFAULT 80
#define MSPI_TIMING_LL_FLASH_CPU_CLK_SRC_BINDED 1
typedef enum {
MSPI_TIMING_LL_FLASH_OPI_MODE = BIT(0),
MSPI_TIMING_LL_FLASH_QIO_MODE = BIT(1),