Nut/OS  4.10.3
API Reference
XgSpiInfoAt45d

Variables

AT45D_INFO at45d_info []
 Parameter table of known DataFlash types.
uint_fast8_t at45d_known_types = sizeof(at45d_info) / sizeof(AT45D_INFO)
 Number of known Dataflash types.

Variable Documentation

Initial value:
 {
    { 8,  512,  256, 0x0D}, 
    { 9,  512,  264, 0x0C}, 
    { 8, 1025,  256, 0x15}, 
    { 9, 1025,  264, 0x14}, 
    { 8, 2048,  256, 0x1D}, 
    { 9, 2048,  264, 0x1C}, 
    { 8, 4096,  256, 0x25}, 
    { 9, 4096,  264, 0x24}, 
    { 9, 4096,  512, 0x2D}, 
    {10, 4096,  528, 0x2C}, 
    { 9, 8192,  512, 0x35}, 
    {10, 8192,  528, 0x34}, 
    {10, 8192, 1024, 0x39}, 
    {11, 8192, 1056, 0x38}, 
    {10, 8192, 1024, 0x3D}, 
    {11, 8192, 1056, 0x3C}  
}

Parameter table of known DataFlash types.

Table of known AT45D DataFlash chips.

Definition at line 52 of file spi_at45d_info.c.

Referenced by At45dNodeProbe(), and SpiAt45dInit().

Number of known Dataflash types.

Number of known AT45D DataFlash chips.

Definition at line 72 of file spi_at45d_info.c.

Referenced by At45dNodeProbe(), and SpiAt45dInit().