AT45 DataFlash(R) device driver. More...
#include <stdbool.h>#include <stdint.h>#include <spi.h>#include <flash/at45_device.h>Go to the source code of this file.
Functions | |
| bool | at45_wait_ready (struct at45_device *at45d) |
| Actively wait for AT45 device to be ready. | |
| bool | at45_identify (struct at45_device *at45d) |
| Identify AT45 device. | |
| void | at45_device_init (struct at45_device *at45d, spi_id_t spi_id, struct spi_master *spim, struct spi_device *spid) |
| Initialize AT45 struct. | |
AT45 DataFlash(R) device driver.
Copyright (C) 2010 Atmel Corporation. All rights reserved.
Definition in file at45_device.c.
1.6.3