Contiki-NG
cfs-coffee-arch.c File Reference

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. More...
 
void cfs_coffee_arch_write (const void *buf, unsigned int size, cfs_offset_t offset)
 Writes a buffer to the device. More...
 
void cfs_coffee_arch_read (void *buf, unsigned int size, cfs_offset_t offset)
 Reads from the device to a buffer. More...
 

Detailed Description

storage driver for the gecko.

Author
Yago Fontoura do Rosario yago..nosp@m.rosa.nosp@m.rio@h.nosp@m.otma.nosp@m.il.co.nosp@m.m.br

Definition in file cfs-coffee-arch.c.