refactor(mspi): rename to mspi_ll.h

This commit is contained in:
Armando
2024-12-27 18:17:25 +08:00
parent 3f6d1f6496
commit 14b5db0e87
38 changed files with 703 additions and 527 deletions

View File

@@ -0,0 +1,19 @@
/*
* SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Background
*
* This file is for the MSPI related, but not Flash driver related registers, these registers:
* - may influence both Flash and PSRAM
* - not related or directly related to Flash controller driver
*
* Some hints for naming convention:
* - For MSPI timing tuning related registers, the LL should start with `mspi_timing_ll_`
* - For others, the LL should start with `mspi_ll_`
*/
//For compatibility

View File

@@ -1,7 +0,0 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
//For compatibility