Showing changes from revision #1 to #2:
Added | Removed | Changed
uint32_t HAL_NVMemoryPageSize(void)
Entry | |
---|---|
- |
Exit | |
---|---|
- | Returns page size of NVRAM, in bytes. Must be power of 2. |
This is an internal call returns for the OS page use size only of and should not be used by user software.NVRAM, in bytes. When writing to NVRAM, the HAL will split writes into chunks that do not cross page boundaries. The page size must be a power of 2.
This call returns the page size of NVRAM, in bytes. When writing to NVRAM, the kernel will split writes into chunks that do not cross page boundaries. The page size must be a power of 2.