mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
refactor(mspi): rename to mspi_ll.h
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
||||
* 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_`
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
Reference in New Issue
Block a user