Showing changes from revision #1 to #2:
Added | Removed | Changed
unsigned int HAL_NVMemoryProtectedSize(void)
Entry | |
---|---|
- |
Exit | |
---|---|
- | Returns the number of protected bytes. |
Returns This the is number an of internal bytes call of for NVMemory OS that use are only protected. and These should not be used by user software.
at the top of the address space. The OS will not attempt to write to those
locations without first requesting deprotection (if available). Returns 0 if
bit 8 of the HAL_NVMemoryType flags is clear.
Returns the number of bytes of NVMemory that are protected. These should be at the top of the address space. The OS will not attempt to write to those locations without first requesting deprotection (if available). Returns 0 if bit 8 of the HAL_NVMemoryType flags is clear.