Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A 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()
H A 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()
1067 uint_fast8_t memoryType, ii; in FlashCtl_A_eraseSector() local
1083 memoryType = addr >= SysCtl_A_getFlashSize() ? FLASH_A_INFO_SPACE : in FlashCtl_A_eraseSector()
1107 if (memoryType == FLASH_A_INFO_SPACE) in FlashCtl_A_eraseSector()
1173 uint_fast8_t memoryType; in FlashCtl_A_initiateSectorErase() local
1176 memoryType = addr >= SysCtl_A_getFlashSize() ? in FlashCtl_A_initiateSectorErase()
1190 if (memoryType == FLASH_A_INFO_SPACE) in FlashCtl_A_initiateSectorErase()