Home
last modified time | relevance | path

Searched refs:endAddr (Results 1 – 5 of 5) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dflash_a.c467 bool FlashCtl_A_isMemoryRangeProtected(uint32_t startAddr, uint32_t endAddr) in FlashCtl_A_isMemoryRangeProtected() argument
471 if (startAddr > endAddr) in FlashCtl_A_isMemoryRangeProtected()
475 endAddr = (endAddr & 0xFFFFF000); in FlashCtl_A_isMemoryRangeProtected()
477 for (ii = startAddr; ii <= endAddr; ii+=FLASH_A_SECTOR_SIZE) in FlashCtl_A_isMemoryRangeProtected()
485 bool FlashCtl_A_unprotectMemory(uint32_t startAddr, uint32_t endAddr) in FlashCtl_A_unprotectMemory() argument
490 if (startAddr > endAddr) in FlashCtl_A_unprotectMemory()
493 if (endAddr >= SysCtl_A_getFlashSize()) in FlashCtl_A_unprotectMemory()
498 if (endAddr < cutOffMemory && startAddr < cutOffMemory) in FlashCtl_A_unprotectMemory()
502 endBankBit = (endAddr - __INFO_FLASH_A_TECH_START__) in FlashCtl_A_unprotectMemory()
506 } else if (endAddr > cutOffMemory && startAddr > cutOffMemory) in FlashCtl_A_unprotectMemory()
[all …]
Dsysctl_a.c234 uint32_t endAddr) in SysCtl_A_enableSRAMRetention() argument
238 if (startAddr > endAddr) in SysCtl_A_enableSRAMRetention()
248 blockBitEnd = (endAddr - SRAM_BASE) / blockSize; in SysCtl_A_enableSRAMRetention()
324 uint32_t endAddr) in SysCtl_A_disableSRAMRetention() argument
328 if (startAddr > endAddr) in SysCtl_A_disableSRAMRetention()
339 blockBitEnd = (endAddr - SRAM_BASE) / blockSize; in SysCtl_A_disableSRAMRetention()
Dflash_a.h263 extern bool FlashCtl_A_protectMemory(uint32_t startAddr, uint32_t endAddr);
282 extern bool FlashCtl_A_unprotectMemory(uint32_t startAddr, uint32_t endAddr);
298 uint32_t endAddr);
Dsysctl_a.h325 uint32_t endAddr);
350 uint32_t endAddr);
Drom.h2485 uint32_t endAddr))ROM_SYSCTLATABLE[5])
2490 uint32_t endAddr))ROM_SYSCTLATABLE[6])
2559 uint32_t endAddr))ROM_FLASHCTLATABLE[4])
2564 uint32_t endAddr))ROM_FLASHCTLATABLE[5])
2569 uint32_t endAddr))ROM_FLASHCTLATABLE[6])