Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dflash.c534 uint_fast8_t memoryType; in FlashCtl_verifyMemory() local
547 memoryType = in FlashCtl_verifyMemory()
649 | memoryType | FLCTL_RDBRST_CTLSTAT_START); in FlashCtl_verifyMemory()
864 uint_fast8_t memoryType, ii; in FlashCtl_eraseSector() local
880 memoryType = in FlashCtl_eraseSector()
903 if (memoryType == FLASH_INFO_SPACE) in FlashCtl_eraseSector()
965 uint_fast8_t memoryType; in FlashCtl_initiateSectorErase() local
968 memoryType = in FlashCtl_initiateSectorErase()
980 if (memoryType == FLASH_INFO_SPACE) in FlashCtl_initiateSectorErase()
Dflash_a.c706 uint_fast8_t memoryType; in FlashCtl_A_verifyMemory() local
719 memoryType = (addr >= SysCtl_A_getFlashSize()) ? in FlashCtl_A_verifyMemory()
821 | memoryType | FLCTL_A_RDBRST_CTLSTAT_START); in FlashCtl_A_verifyMemory()
1066 uint_fast8_t memoryType, ii; in FlashCtl_A_eraseSector() local
1082 memoryType = addr >= SysCtl_A_getFlashSize() ? FLASH_A_INFO_SPACE : in FlashCtl_A_eraseSector()
1106 if (memoryType == FLASH_A_INFO_SPACE) in FlashCtl_A_eraseSector()
1172 uint_fast8_t memoryType; in FlashCtl_A_initiateSectorErase() local
1175 memoryType = addr >= SysCtl_A_getFlashSize() ? in FlashCtl_A_initiateSectorErase()
1189 if (memoryType == FLASH_A_INFO_SPACE) in FlashCtl_A_initiateSectorErase()