Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
FreeRTOSFATConfig.h File Reference
#include <time.h>
#include <stdio.h>
+ Include dependency graph for FreeRTOSFATConfig.h:

Go to the source code of this file.

Macros

#define ffconfigBYTE_ORDER   pdFREERTOS_LITTLE_ENDIAN
 
#define ffconfigHAS_CWD   1
 
#define ffconfigCWD_THREAD_LOCAL_INDEX   1
 
#define ffconfigLFN_SUPPORT   1
 
#define ffconfigINCLUDE_SHORT_NAME   0
 
#define ffconfigSHORTNAME_CASE   1
 
#define ffconfigUNICODE_UTF16_SUPPORT   0
 
#define ffconfigUNICODE_UTF8_SUPPORT   0
 
#define ffconfigFAT12_SUPPORT   0
 
#define ffconfigOPTIMISE_UNALIGNED_ACCESS   1
 
#define ffconfigCACHE_WRITE_THROUGH   1
 
#define ffconfigWRITE_BOTH_FATS   1
 
#define ffconfigWRITE_FREE_COUNT   1
 
#define ffconfigTIME_SUPPORT   1
 
#define ffconfigREMOVABLE_MEDIA   1
 
#define ffconfigMOUNT_FIND_FREE   1
 
#define ffconfigFSINFO_TRUSTED   1
 
#define ffconfigPATH_CACHE   0
 
#define ffconfigPATH_CACHE_DEPTH   8
 
#define ffconfigHASH_CACHE   0
 
#define ffconfigHASH_FUNCTION   CRC16
 
#define ffconfigHASH_CACHE_DEPTH   64
 
#define ffconfigMKDIR_RECURSIVE   0
 
#define ffconfigMALLOC(size)   pvPortMalloc( size )
 
#define ffconfigFREE(ptr)   vPortFree( ptr )
 
#define ffconfig64_NUM_SUPPORT   1
 
#define ffconfigMAX_PARTITIONS   1
 
#define ffconfigMAX_FILE_SYS   5
 
#define ffconfigDRIVER_BUSY_SLEEP_MS   20
 
#define ffconfigFPRINTF_SUPPORT   1
 
#define ffconfigFPRINTF_BUFFER_LENGTH   128
 
#define ffconfigINLINE_MEMORY_ACCESS   1
 
#define ffconfigFAT_CHECK   1
 
#define ffconfigMAX_FILENAME   96
 
#define FF_PRINTF   printf
 
#define FF_NOSTRCASECMP   1
 
#define ffconfigUSE_DELTREE   1
 

Functions

struct tm * gmtime_r (const time_t *pxTime, struct tm *tmStruct)
 

Macro Definition Documentation

◆ FF_NOSTRCASECMP

#define FF_NOSTRCASECMP   1

Definition at line 346 of file FreeRTOSFATConfig.h.

◆ FF_PRINTF

#define FF_PRINTF   printf

Definition at line 338 of file FreeRTOSFATConfig.h.

◆ ffconfig64_NUM_SUPPORT

#define ffconfig64_NUM_SUPPORT   1

Definition at line 273 of file FreeRTOSFATConfig.h.

◆ ffconfigBYTE_ORDER

#define ffconfigBYTE_ORDER   pdFREERTOS_LITTLE_ENDIAN

Definition at line 91 of file FreeRTOSFATConfig.h.

◆ ffconfigCACHE_WRITE_THROUGH

#define ffconfigCACHE_WRITE_THROUGH   1

Definition at line 173 of file FreeRTOSFATConfig.h.

◆ ffconfigCWD_THREAD_LOCAL_INDEX

#define ffconfigCWD_THREAD_LOCAL_INDEX   1

Definition at line 105 of file FreeRTOSFATConfig.h.

◆ ffconfigDRIVER_BUSY_SLEEP_MS

#define ffconfigDRIVER_BUSY_SLEEP_MS   20

Definition at line 286 of file FreeRTOSFATConfig.h.

◆ ffconfigFAT12_SUPPORT

#define ffconfigFAT12_SUPPORT   0

Definition at line 156 of file FreeRTOSFATConfig.h.

◆ ffconfigFAT_CHECK

#define ffconfigFAT_CHECK   1

Definition at line 320 of file FreeRTOSFATConfig.h.

◆ ffconfigFPRINTF_BUFFER_LENGTH

#define ffconfigFPRINTF_BUFFER_LENGTH   128

Definition at line 301 of file FreeRTOSFATConfig.h.

◆ ffconfigFPRINTF_SUPPORT

#define ffconfigFPRINTF_SUPPORT   1

Definition at line 296 of file FreeRTOSFATConfig.h.

◆ ffconfigFREE

#define ffconfigFREE (   ptr)    vPortFree( ptr )

Definition at line 268 of file FreeRTOSFATConfig.h.

◆ ffconfigFSINFO_TRUSTED

#define ffconfigFSINFO_TRUSTED   1

Definition at line 223 of file FreeRTOSFATConfig.h.

◆ ffconfigHAS_CWD

#define ffconfigHAS_CWD   1

Definition at line 98 of file FreeRTOSFATConfig.h.

◆ ffconfigHASH_CACHE

#define ffconfigHASH_CACHE   0

Definition at line 243 of file FreeRTOSFATConfig.h.

◆ ffconfigHASH_CACHE_DEPTH

#define ffconfigHASH_CACHE_DEPTH   64

Definition at line 251 of file FreeRTOSFATConfig.h.

◆ ffconfigHASH_FUNCTION

#define ffconfigHASH_FUNCTION   CRC16

Definition at line 248 of file FreeRTOSFATConfig.h.

◆ ffconfigINCLUDE_SHORT_NAME

#define ffconfigINCLUDE_SHORT_NAME   0

Definition at line 125 of file FreeRTOSFATConfig.h.

◆ ffconfigINLINE_MEMORY_ACCESS

#define ffconfigINLINE_MEMORY_ACCESS   1

Definition at line 306 of file FreeRTOSFATConfig.h.

◆ ffconfigLFN_SUPPORT

#define ffconfigLFN_SUPPORT   1

Definition at line 116 of file FreeRTOSFATConfig.h.

◆ ffconfigMALLOC

#define ffconfigMALLOC (   size)    pvPortMalloc( size )

Definition at line 263 of file FreeRTOSFATConfig.h.

◆ ffconfigMAX_FILE_SYS

#define ffconfigMAX_FILE_SYS   5

Definition at line 281 of file FreeRTOSFATConfig.h.

◆ ffconfigMAX_FILENAME

#define ffconfigMAX_FILENAME   96

Definition at line 326 of file FreeRTOSFATConfig.h.

◆ ffconfigMAX_PARTITIONS

#define ffconfigMAX_PARTITIONS   1

Definition at line 277 of file FreeRTOSFATConfig.h.

◆ ffconfigMKDIR_RECURSIVE

#define ffconfigMKDIR_RECURSIVE   0

Definition at line 259 of file FreeRTOSFATConfig.h.

◆ ffconfigMOUNT_FIND_FREE

#define ffconfigMOUNT_FIND_FREE   1

Definition at line 217 of file FreeRTOSFATConfig.h.

◆ ffconfigOPTIMISE_UNALIGNED_ACCESS

#define ffconfigOPTIMISE_UNALIGNED_ACCESS   1

Definition at line 161 of file FreeRTOSFATConfig.h.

◆ ffconfigPATH_CACHE

#define ffconfigPATH_CACHE   0

Definition at line 230 of file FreeRTOSFATConfig.h.

◆ ffconfigPATH_CACHE_DEPTH

#define ffconfigPATH_CACHE_DEPTH   8

Definition at line 236 of file FreeRTOSFATConfig.h.

◆ ffconfigREMOVABLE_MEDIA

#define ffconfigREMOVABLE_MEDIA   1

Definition at line 210 of file FreeRTOSFATConfig.h.

◆ ffconfigSHORTNAME_CASE

#define ffconfigSHORTNAME_CASE   1

Definition at line 133 of file FreeRTOSFATConfig.h.

◆ ffconfigTIME_SUPPORT

#define ffconfigTIME_SUPPORT   1

Definition at line 200 of file FreeRTOSFATConfig.h.

◆ ffconfigUNICODE_UTF16_SUPPORT

#define ffconfigUNICODE_UTF16_SUPPORT   0

Definition at line 141 of file FreeRTOSFATConfig.h.

◆ ffconfigUNICODE_UTF8_SUPPORT

#define ffconfigUNICODE_UTF8_SUPPORT   0

Definition at line 149 of file FreeRTOSFATConfig.h.

◆ ffconfigUSE_DELTREE

#define ffconfigUSE_DELTREE   1

Definition at line 350 of file FreeRTOSFATConfig.h.

◆ ffconfigWRITE_BOTH_FATS

#define ffconfigWRITE_BOTH_FATS   1

Definition at line 181 of file FreeRTOSFATConfig.h.

◆ ffconfigWRITE_FREE_COUNT

#define ffconfigWRITE_FREE_COUNT   1

Definition at line 188 of file FreeRTOSFATConfig.h.

Function Documentation

◆ gmtime_r()

struct tm * gmtime_r ( const time_t *  pxTime,
struct tm *  tmStruct 
)

Referenced by TimeManager::formatTimeWithZone().

+ Here is the caller graph for this function: