Searched refs:sectorMask (Results 1 – 3 of 3) sorted by relevance
454 bool FlashCtl_unprotectSector(uint_fast8_t memorySpace, uint32_t sectorMask) in FlashCtl_unprotectSector() argument459 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() argument486 FLCTL->BANK0_MAIN_WEPROT |= sectorMask; in FlashCtl_protectSector()[all …]
283 uint32_t sectorMask);345 uint32_t sectorMask);
781 uint32_t sectorMask))ROM_FLASHCTLTABLE[4])786 uint32_t sectorMask))ROM_FLASHCTLTABLE[5])