Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
void  FSEntry_TimeSet (CPU_CHAR      *name_full,

...


                       FS_DATE_TIME  *p_time,

...


                       CPU_INT08U     flag,

...


                       FS_ERR        *p_err);


File

Called from

Code enabled by

fs_entry.c

Application

not FS_CFG_RD_ONLY_EN

Set a file or directory’s date/time.

...

name_full

Name of the entry. See section 4-3 “μCthe sub-topic "µC/FS File and Directory Names and Paths”Paths" in the topic Useful Information.

p_time

Pointer to date/time.

...