Searched refs:memorySpace (Results 1 – 3 of 3) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
| D | flash.h | 282 extern bool FlashCtl_unprotectSector(uint_fast8_t memorySpace, 344 extern bool FlashCtl_protectSector(uint_fast8_t memorySpace, 405 extern bool FlashCtl_isSectorProtected(uint_fast8_t memorySpace,
|
| D | flash.c | 454 bool FlashCtl_unprotectSector(uint_fast8_t memorySpace, uint32_t sectorMask) in FlashCtl_unprotectSector() argument 456 switch (memorySpace) 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 483 switch (memorySpace) in FlashCtl_protectSector() 505 return FlashCtl_isSectorProtected(memorySpace, sectorMask); in FlashCtl_protectSector() 508 bool FlashCtl_isSectorProtected(uint_fast8_t memorySpace, uint32_t sector) in FlashCtl_isSectorProtected() argument 510 switch (memorySpace) in FlashCtl_isSectorProtected()
|
| D | rom.h | 780 ((bool (*)(uint_fast8_t memorySpace, \ 785 ((bool (*)(uint_fast8_t memorySpace, \ 790 ((bool (*)(uint_fast8_t memorySpace, \
|