Home
last modified time | relevance | path

Searched refs:sectorMask (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dflash.c454 bool FlashCtl_unprotectSector(uint_fast8_t memorySpace, uint32_t sectorMask) in FlashCtl_unprotectSector() argument
459 FLCTL->BANK0_MAIN_WEPROT &= ~sectorMask; in FlashCtl_unprotectSector()
462 FLCTL->BANK1_MAIN_WEPROT &= ~sectorMask; in FlashCtl_unprotectSector()
465 ASSERT(sectorMask <= 0x04); in FlashCtl_unprotectSector()
466 FLCTL->BANK0_INFO_WEPROT &= ~sectorMask; in FlashCtl_unprotectSector()
469 ASSERT(sectorMask <= 0x04); in FlashCtl_unprotectSector()
470 FLCTL->BANK1_INFO_WEPROT &= ~sectorMask; in FlashCtl_unprotectSector()
478 return !FlashCtl_isSectorProtected(memorySpace, sectorMask); in FlashCtl_unprotectSector()
481 bool FlashCtl_protectSector(uint_fast8_t memorySpace, uint32_t sectorMask) in FlashCtl_protectSector() argument
486 FLCTL->BANK0_MAIN_WEPROT |= sectorMask; in FlashCtl_protectSector()
[all …]
Dflash.h283 uint32_t sectorMask);
345 uint32_t sectorMask);
Drom.h781 uint32_t sectorMask))ROM_FLASHCTLTABLE[4])
786 uint32_t sectorMask))ROM_FLASHCTLTABLE[5])