agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
progmem.h File Reference
#include <zrtos/mem.h>
Include dependency graph for progmem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZRTOS_PROGMEM
 

Functions

bool zrtos_progmem__cpy (void *dest, void *src, size_t len)
 

Macro Definition Documentation

◆ ZRTOS_PROGMEM

#define ZRTOS_PROGMEM

Definition at line 16 of file progmem.h.

Function Documentation

◆ zrtos_progmem__cpy()

bool zrtos_progmem__cpy ( void *  dest,
void *  src,
size_t  len 
)

Definition at line 17 of file progmem.h.

17  {
18  zrtos_mem__cpy(dest,src,len);
19  return true;
20 }
void zrtos_mem__cpy(void *dest, void *src, size_t length)
Definition: mem.h:105
Here is the call graph for this function:
Here is the caller graph for this function: