From dc52593ffb76e180d880b44b6d8277a053eb6c1a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 17 Nov 2017 10:56:58 +0000 Subject: Improved documentation. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11028 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/lib/complex/mfs/mfs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os/hal/lib/complex/mfs/mfs.c b/os/hal/lib/complex/mfs/mfs.c index f513ea4cc..13497d493 100644 --- a/os/hal/lib/complex/mfs/mfs.c +++ b/os/hal/lib/complex/mfs/mfs.c @@ -886,6 +886,7 @@ void mfsStop(MFSDriver *mfsp) { * @retval MFS_NO_ERROR if the operation has been successfully completed. * @retval MFS_ERR_FLASH_FAILURE if the flash memory is unusable because HW * failures. Makes the driver enter the @p MFS_ERROR state. + * @retval MFS_ERR_INTERNAL if an internal logic failure is detected. * * @api */ @@ -920,6 +921,7 @@ mfs_error_t mfsErase(MFSDriver *mfsp) { * @retval MFS_ERR_NOT_FOUND if the specified id does not exists. * @retval MFS_ERR_FLASH_FAILURE if the flash memory is unusable because HW * failures. Makes the driver enter the @p MFS_ERROR state. + * @retval MFS_ERR_INTERNAL if an internal logic failure is detected. * * @api */ @@ -984,6 +986,7 @@ mfs_error_t mfsReadRecord(MFSDriver *mfsp, mfs_id_t id, * operation. * @retval MFS_ERR_FLASH_FAILURE if the flash memory is unusable because HW * failures. Makes the driver enter the @p MFS_ERROR state. + * @retval MFS_ERR_INTERNAL if an internal logic failure is detected. * * @api */ @@ -1140,6 +1143,7 @@ mfs_error_t mfsEraseRecord(MFSDriver *mfsp, mfs_id_t id) { * @retval MFS_ERR_INV_STATE if the driver is in not in @p MSG_READY state. * @retval MFS_ERR_FLASH_FAILURE if the flash memory is unusable because HW * failures. Makes the driver enter the @p MFS_ERROR state. + * @retval MFS_ERR_INTERNAL if an internal logic failure is detected. * * @api */ -- cgit v1.2.3