Result Codes
Each of the FSS API functions returns a result code that can be interpreted
by looking up the value in the FSS service API header file,
result codes are summarized in
Table 12-1. Result Codes
Result Code Name
ADI_FSS_RESULT_SUCCESS
ADI_FSS_RESULT_FAILED
ADI_FSS_RESULT_OPEN_FAILED
ADI_FSS_RESULT_NOT_FOUND
ADI_FSS_RESULT_CLOSE_FAILED
ADI_FSS_RESULT_NO_MEDIA
ADI_FSS_RESULT_MEDIA_CHANGED
ADI_FSS_RESULT_MEDIA_FULL
ADI_FSS_RESULT_NO_MEMORY
ADI_FSS_RESULT_INVALID_DEVICE
ADI_FSS_RESULT_BAD_FILE_HANDLE
ADI_FSS_RESULT_BAD_NAME
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
Table
12-1.
Result Code Description
Generic success = 0
Generic failure = 1
(0XB0001) file/directory open failure
(media fault)
(0XB0002) file/directory not found
(0XB0003) file/directory close failure
(media fault)
(0xB0004) no media detected
(0xB0005) media has changed since
last check
(0xB0006) no room left on media
(0xB0007) insufficient memory to
perform request
(0xB0008) device driver cannot be
initialized
(0xB0009) no valid file descriptor at
address supplied
(0xB000A) invalid path specified for
file/directory
File System Service
. The
adi_fss.h
12-55
Need help?
Do you have a question about the VisualDSP++ 5.0 and is the answer not in the manual?