Home
last modified time | relevance | path

Searched refs:m_usFlashInfoDataLen (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKDevice.cpp175 m_usFlashInfoDataLen = 0; in CRKDevice()
326 m_usFlashInfoDataLen = BYTE2SECTOR(uiRead); in GetFlashInfo()
327 m_pFlashInfoData = new BYTE[SECTOR_SIZE * m_usFlashInfoDataLen]; in GetFlashInfo()
328 memset(m_pFlashInfoData, 0, SECTOR_SIZE * m_usFlashInfoDataLen); in GetFlashInfo()
H A DRKDevice.h105 USHORT m_usFlashInfoDataLen; variable