📄 flashsectorlist.h
字号:
// FlashSectorList.h: interface for the CFlashSectorList class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FLASHSECTORLIST_H__1FC8841F_0C3F_4309_B73E_C32668FAAE86__INCLUDED_)
#define AFX_FLASHSECTORLIST_H__1FC8841F_0C3F_4309_B73E_C32668FAAE86__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "flash.hec.h"
class CFlashSectorList
{
public:
UINT v_NbSector;
UINT v_TotalSectorSize;
UINT v_SectorList[DWL_NB_MAX_SECTORS];
CFlashSectorList();
virtual ~CFlashSectorList();
};
#endif // !defined(AFX_FLASHSECTORLIST_H__1FC8841F_0C3F_4309_B73E_C32668FAAE86__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -