17#ifndef INCLUDED_MOD_STATUS_H
18#define INCLUDED_MOD_STATUS_H
ModStatus
This is enum definition for module status.
Definition modStatus.h:24
@ MD_OP_ALREADY_PERFORMED
If the module operation has already been performed.
Definition modStatus.h:42
@ MD_INVALID_DEVICE
If the passing argument for device number is not valid.
Definition modStatus.h:32
@ MD_INVALID_ADDRESS
If the module base memory address is not valid.
Definition modStatus.h:29
@ MD_DEFAULT
Default module status.
Definition modStatus.h:25
@ MD_TIMEOUT
If the module exceed certain amount of processing time.
Definition modStatus.h:34
@ MD_INVALID_CONFIG
If the module is not yet configured.
Definition modStatus.h:30
@ MD_INVALID_VALUE
If the passing argument is invalid or not within range.
Definition modStatus.h:27
@ MD_INVALID_CHANNEL
If the passing argument for channel number is not valid.
Definition modStatus.h:31
@ MD_FIFO_FULL
If the module FIFO is full.
Definition modStatus.h:40
@ MD_WRITE_ERR
If the module unable to write to a certain register.
Definition modStatus.h:38
@ MD_FAILED
If the module operation has failed.
Definition modStatus.h:44
@ MD_CONFIG_FAILED
If the module configuration has failed.
Definition modStatus.h:43
@ MD_INVALID_CARD
If the passing argument for card number is not valid.
Definition modStatus.h:33
@ MD_INVALID_PARAM
The provided address pointer is invalid.
Definition modStatus.h:26
@ MD_CHANNEL_DISABLED
If the module channel number is disabled.
Definition modStatus.h:36
@ MD_SUCCESS
If the module operation is successful.
Definition modStatus.h:45
@ MD_OPEN_FAILED
If the module is unable to open.
Definition modStatus.h:35
@ MD_CARD_NOT_READY
If the card is not in ready state.
Definition modStatus.h:41
@ MD_READ_ERR
If the module unable to read to a certain register.
Definition modStatus.h:37
@ MD_FIFO_EMPTY
If the module FIFO is empty.
Definition modStatus.h:39
@ MD_INVALID_INIT
If the module is not yet initialized.
Definition modStatus.h:28