_MAX_SS is only used within MSC_RTOS.
 
Symbols
loading...
Files
loading...

_MAX_SS macro

Syntax

#define _MAX_SS 512

References

LocationText
ffconf.h:191
#define _MAX_SS 512
usbh_diskio_dma.c:29
static DWORD scratch[_MAX_SS / 4];
usbh_diskio_dma.c:114
memcpy (&buff[count * _MAX_SS] ,scratch, _MAX_SS);
usbh_diskio_dma.c:173
memcpy (scratch, &buff[count * _MAX_SS], _MAX_SS);