Select one of the symbols to view example projects that use it.
 
Outline
#define CUSTOM_FAT_PART_NAME_NE
#define CUSTOM_FAT_PART_NAME_E
example_read_write_fatfs();
Files
loading...
SourceVuESP-IDF Framework and Examplesflash_encryption samplemain/flash_encrypt_fatfs.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */ /* Flash encryption Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *//* ... */ #define CUSTOM_FAT_PART_NAME_NE "fat_not_encr" #define CUSTOM_FAT_PART_NAME_E "fat_encrypted" void example_read_write_fatfs(void);
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.