Sming Framework API
()
Toggle main menu visibility
Sming
Libraries
FatIFS
src
include
IFS
FAT
Libraries/FatIFS/src/include/IFS/FAT/Error.h
Go to the documentation of this file.
1
/****
2
* Error.h - FAT FS error codes
3
*
4
* Copyright 2022 mikee47 <mike@sillyhouse.net>
5
*
6
* This file is part of the FatIFS Library
7
*
8
* This library is free software: you can redistribute it and/or modify it under the terms of the
9
* GNU General Public License as published by the Free Software Foundation, version 3 or later.
10
*
11
* This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
12
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
* See the GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License along with this library.
16
* If not, see <https://www.gnu.org/licenses/>.
17
*
18
****/
19
20
#pragma once
21
22
#include <
IFS/Types.h
>
23
24
namespace
IFS
25
{
26
namespace
FAT
27
{
28
int
translateFatfsResult
(
uint8_t
result,
bool
diskio_write);
29
30
String
fatfsErrorToStr
(
uint8_t
err);
31
32
}
// namespace FAT
33
}
// namespace IFS
IFS::FAT::fatfsErrorToStr
String fatfsErrorToStr(uint8_t err)
String
The String class.
Definition:
WString.h:136
uint8_t
IFS
Definition:
DirectoryTemplate.h:36
Types.h
IFS::FAT::translateFatfsResult
int translateFatfsResult(uint8_t result, bool diskio_write)
Generated by
1.8.17