Go to the documentation of this file.
54 #if !defined(INFOMEM_START) || !defined(INFOMEM_BLOCK_SIZE)
55 #error "infomem position (INFOMEM_START) and block size (INFOMEM_BLOCK_SIZE) need to be defined for the platform"
64 void infomem_read(
void *buffer,
unsigned int offset,
unsigned char size);
80 bool infomem_write(
unsigned int offset,
unsigned char count, ...);