unsigned int HAL_NVMemoryProtectedSize(void)
Entry | |
---|---|
- |
Exit | |
---|---|
- | Returns the number of protected bytes. |
This is an internal call for OS use only and should not be used by user software.
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.