![]() |
Contiki-NG
|
storage driver for the gecko. More...
#include "contiki.h"#include "sys/cc.h"#include "cfs/cfs-coffee.h"#include "dev/watchdog.h"#include "cfs-coffee-arch.h"#include <stdint.h>#include <string.h>Go to the source code of this file.
Functions | |
| void | cfs_coffee_arch_erase (uint16_t sector) |
| Erases a device sector. | |
| void | cfs_coffee_arch_write (const void *buf, unsigned int size, cfs_offset_t offset) |
| Writes a buffer to the device. | |
| void | cfs_coffee_arch_read (void *buf, unsigned int size, cfs_offset_t offset) |
| Reads from the device to a buffer. | |
storage driver for the gecko.
Definition in file cfs-coffee-arch.c.