66#define ARGUS_NVM_BLOCK_SIZE 0x300
This file is part of the AFBR-S50 hardware API.
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.
int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70