HFM_SECTOR_SIZE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

HFM_SECTOR_SIZE macro

Syntax

#define HFM_SECTOR_SIZE 0x200

References

LocationText
dsp5680xx.h:198
#define HFM_SECTOR_SIZE 0x200 /* Size in bytes */
dsp5680xx.c:1817
tmp = HFM_FLASH_BASE_ADDR + sector * HFM_SECTOR_SIZE / 2;
dsp5680xx.c:1839
uint32_t tmp = HFM_FLASH_BASE_ADDR + sector * HFM_SECTOR_SIZE / 2;
dsp5680xx_flash.c:40
bank->sectors[i].offset = i * HFM_SECTOR_SIZE;
dsp5680xx_flash.c:41
bank->sectors[i].size = HFM_SECTOR_SIZE;