BSP
NOR_BUFFER_SIZE is only used within BSP.
 
Symbols
loading...
Files
loading...

NOR_BUFFER_SIZE macro

Syntax

#define NOR_BUFFER_SIZE ((uint32_t)1000)

References

LocationText
nor.c:32
#define NOR_BUFFER_SIZE ((uint32_t)1000)
nor.c:37
uint16_t nor_aTxBuffer[NOR_BUFFER_SIZE];
nor.c:38
uint16_t nor_aRxBuffer[NOR_BUFFER_SIZE];
nor.c:102
Fill_Buffer(nor_aTxBuffer, NOR_BUFFER_SIZE, 0xC20F);
nor.c:105
nor.c:111
nor.c:163
if (Buffercmp(nor_aRxBuffer, nor_aTxBuffer, NOR_BUFFER_SIZE) > 0)