![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "stm32f7xx_hal.h"
Go to the source code of this file.
Macros | |
#define | _FFCONF 32020 /* Revision ID */ |
#define | _FS_SD_CARD 0 |
#define | _FS_USB_HOST 0 |
#define | _FS_TINY 0 /* 0:Normal or 1:Tiny */ |
#define | _FS_READONLY 0 /* 0:Read/Write or 1:Read only */ |
#define | _FS_MINIMIZE 0 /* 0 to 3 */ |
#define | _USE_STRFUNC 2 /* 0:Disable or 1-2:Enable */ |
#define | _USE_FIND 0 |
#define | _USE_MKFS 1 |
#define | _USE_FASTSEEK 1 |
#define | _USE_LABEL 0 |
#define | _USE_FORWARD 0 |
#define | _USE_BUFF_WO_ALIGNMENT 0 |
#define | _CODE_PAGE 1252 |
#define | _USE_LFN 3 |
#define | _MAX_LFN 255 /* Maximum LFN length to handle (12 to 255) */ |
#define | _LFN_UNICODE 0 /* 0:ANSI/OEM or 1:Unicode */ |
#define | _STRF_ENCODE 3 |
#define | _FS_RPATH 0 |
#define | _VOLUMES 1 |
#define | _STR_VOLUME_ID 0 |
#define | _VOLUME_STRS "RAM","NAND","CF","SD1","SD2","USB1","USB2","USB3" |
#define | _MULTI_PARTITION 0 |
#define | _MIN_SS 512 |
#define | _MAX_SS 512 |
#define | _USE_TRIM 0 |
#define | _FS_NOFSINFO 0 |
#define | _FS_NORTC 0 |
#define | _NORTC_MON 2 |
#define | _NORTC_MDAY 1 |
#define | _NORTC_YEAR 2015 |
#define | _FS_LOCK 2 |
#define | _FS_REENTRANT 0 |
#define | _WORD_ACCESS 0 |
#define _MAX_LFN 255 /* Maximum LFN length to handle (12 to 255) */ |
#define _VOLUME_STRS "RAM","NAND","CF","SD1","SD2","USB1","USB2","USB3" |