Kenji Arai / Mbed OS RAM_Disk_Control
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mon.h Source File

mon.h

00001 /*
00002  * mbed Application program for the mbed
00003  *  FatFs Check program /monitor part
00004  *
00005  * Copyright (c) 2015,'18,'19,'20 Kenji Arai / JH1PJL
00006  *  http://www7b.biglobe.ne.jp/~kenjia/
00007  *  https://os.mbed.com/users/kenjiArai/
00008  *      Created:    May        5th, 2015
00009  *      Revised:    June      14th, 2015
00010  *      Revised:    May        2nd, 2020
00011  */
00012 
00013 //  Function prototypes --------------------------------------------------------
00014 void mon(void);
00015 uint32_t get_disk_freespace(void);
00016 uint32_t get_data_file_size(const char *const file_name);