void HAL_NVMemoryProtection(bool)
Entry | |
---|---|
bool | TRUE → enable protection |
FALSE → disable protection |
Exit | |
---|---|
- |
This is an internal call for OS use only and should not be used by user software.
Enables (if true) or disables if (false) the protection of the software protectable region. Does nothing if bits 8 and 9 of HAL_NVMemoryType are not both set.