status_t NVM_WriteBlock(uint32_t id, uint32_t block_size, uint8_t const *buf)
Write a block of data to the non-volatile memory.
status_t NVM_ReadBlock(uint32_t id, uint32_t block_size, uint8_t *buf)
Reads a block of data from the non-volatile memory.