Searched refs:FatLabel (Results 1 – 3 of 3) sorted by relevance
41 char FatLabel[LABEL_LEN]; variable99 (void)memset_s(FatLabel, LABEL_LEN, 0, LABEL_LEN); in set_label()110 err = strncpy_s(FatLabel, LABEL_LEN, name, len); in set_label()
116 extern char FatLabel[LABEL_LEN];
1859 result = set_volumn_label(&fs, FatLabel); in fatfs_setlabel()