ESP-IDF
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#define _WL_Ext_Cfg_H_
#include "WL_Config.h"
WL_Ext_Cfg_s
WL_Ext_Cfg_s()
fat_sector_size
Files
loading...
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
components/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:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
WL_Config_s
WL_Ext_Cfg_s
WL_Ext_Cfg_s::fat_sector_size
_WL_Ext_Cfg_H_
wl_ext_cfg_t