This file contains the possible external configuration of the AT45DBX.
Definition in file conf_at45dbx.h.
#include "conf_access.h"
#include "at45dbx.h"
Go to the source code of this file.
Defines | |
#define | AT45DBX_MEM_CNT 1 |
Number of AT45DBX components to manage. | |
#define | AT45DBX_MEM_SIZE AT45DBX_8MB |
Size of AT45DBX data flash memories to manage. | |
#define | AT45DBX_SPI_BITS 8 |
Number of bits in each SPI transfer. | |
#define | AT45DBX_SPI_FIRST_NPCS AT45DBX_SPI_NPCS |
First chip select used by AT45DBX components on the SPI module instance. | |
#define | AT45DBX_SPI_MASTER_SPEED CP_PBA_SPEED |
SPI master speed in Hz. |
#define AT45DBX_MEM_CNT 1 |
Number of AT45DBX components to manage.
Definition at line 68 of file conf_at45dbx.h.
Referenced by prv_at45dbx_resources_init().
#define AT45DBX_MEM_SIZE AT45DBX_8MB |
#define AT45DBX_SPI_BITS 8 |
Number of bits in each SPI transfer.
Definition at line 78 of file conf_at45dbx.h.
Referenced by prv_at45dbx_resources_init().
#define AT45DBX_SPI_FIRST_NPCS AT45DBX_SPI_NPCS |
First chip select used by AT45DBX components on the SPI module instance.
AT45DBX_SPI_NPCS0_PIN always corresponds to this first NPCS, whatever it is.
Definition at line 72 of file conf_at45dbx.h.
Referenced by prv_at45dbx_resources_init().
#define AT45DBX_SPI_MASTER_SPEED CP_PBA_SPEED |
SPI master speed in Hz.
Definition at line 75 of file conf_at45dbx.h.
Referenced by prv_at45dbx_resources_init().