Select one of the symbols to view example projects that use it.
 
Outline
#define _WL_Ext_Cfg_H_
#include "WL_Config.h"
WL_Ext_Cfg_s
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/wear_levelling/private_include/WL_Ext_Cfg.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #ifndef _WL_Ext_Cfg_H_ #define _WL_Ext_Cfg_H_ #include "WL_Config.h" typedef struct WL_Ext_Cfg_s : public WL_Config_s { uint32_t fat_sector_size; /*!< virtual sector size*/ }{...} wl_ext_cfg_t; /* ... */ #endif // _WL_Ext_Cfg_H_
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.